-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up documentation and tools #193
Comments
@sa-bpelakh , I think I'll need your help to know what tools are needed and no-longer-needed to do a release, since you did the most recent release. |
@marksem So, you should read https://github.com/semanticarts/ontology-toolkit/blob/develop/README.md, if you run |
@sa-bpelakh , what is the recommended way to install the needed requirements for ontology-toolkit? E.g. pip install -r requirements.txt vs. pipenv vs virtualenv? Also, what is the recommended way to get ontology-toolkit.py on your PATH so you can run it anywhere (such as in the gist folder)? It would be helpful to add such direction to the ontology-toolkit readme. It probably makes more sense to have that there than in the gist readme. |
I will also look into PyInstaller to see if we can get the script packaged as an executable. |
@marksem You may want to follow the GitHub process for adding a license: https://help.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository This involves keeping it at the root of the repo rather than in the doc folder, contrary to what I suggested above. |
The text was updated successfully, but these errors were encountered: