Python Client - StanfordBioinformatics/pulsar_lims GitHub Wiki
Managing Python environment
- Get out the dependency hell with pyenv, Pipenv, virtualenv, and pip
- Pyenv (rbenv for Ruby) manages python interpreter versions
- Pipenv (bundle for Ruby) records/installs all the dependent packages
Dependencies:
- Python3 with the following pip3 packages:
- inflection
How to create GitHub issue in batch
- create issues in csv format
- create personal Github token (Tao's: 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) and set up access properly