Closed keiranmraine closed 5 years ago
Initially forked to make it possible to install python under virtualenv.
#!
setup.py
PATH
./setup.py develop
./setup.py install
.gitignore
env
Other improvements to consider:
argparse
packages
output
I'm happy to help you work through these items.
I merged your python improvements, thanks for the help!. I do need to update some of the bash, python, and R scripts for v0.42. But if you have some improvements like those mentioned feel free.
Initially forked to make it possible to install python under virtualenv.
#!
to py scripts so they can be installedsetup.py
script to install python scripts and dependenciesPATH
./setup.py develop
- can edit scripts and changes picked up automatically./setup.py install
- reinstall required to pick up changes..gitignore
to prevent accidental inclusion ofenv
install.Other improvements to consider:
argparse
to the scripts to pass input/output optionssetup.py
can install the binaries into the same bin path location (provided pre-built)packages
,output
.gitignore
to prevent accidental re-additionI'm happy to help you work through these items.