Library to build consumers for the lab-share framework
The following tools are required for development:
- python (use pyenv or something similar to install the python version specified in the
Pipfile
)
Use pyenv or something similar to install the version of python
defined in the Pipfile
:
brew install pyenv
pyenv install <python_version>
Use pipenv to install the required python packages for the application and development:
pipenv install --dev
Run this command inside the project you want to add this library:
pipenv install -e git+https://github.com/sanger/[email protected]#egg=lab-share-lib
Have a look at the examples at: examples/README.md
Run the tests using pytest (flags are for verbose and exit early):
python -m pytest -vx