Skip to content
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

Setup scripts #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Setup scripts #42

wants to merge 1 commit into from

Conversation

stadlerb
Copy link

Hello,

I made setup scripts for TranX so it can be installed into Python environments.
I didn't find any version number other than 0.1.0 for a very old Git tag, so I used 0.2.0.

As there is no base package, the Python modules and packages will be installed into the site-packages root. It would be a good idea to move everything into a base package.
Also, I could not configure any scripts as the Python scripts under scripts/ don't use the "python -m" syntax, so they don't work outside the source tree, and all of them are named either train.sh or test.sh so there are name collisions when they are put into the environment's bin directory. I also could not use entry_points.console_scripts as exp.py doesn't have a "main" function.

If you're fine with me doing these additional changes, I can make another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant