Menu

[603cea]: / Development Setup.sh  Maximize  Restore  History

Download this file

6 lines (6 with data), 190 Bytes

1
2
3
4
5
6
git clone https://github.com/tlcagford/PDPBioGen
cd PDPBioGen
python -m venv pdp_env
source pdp_env/bin/activate # Windows: pdp_env\Scripts\activate
pip install -e ".[dev]"
pytest tests/ -v