diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2019-11-25 23:35:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 23:35:43 -0300 |
commit | 7125380c1ad7bdc09646c538928a48c9f559b505 (patch) | |
tree | 250b6e40166f553a1123ab7ac2e866e5080ac64e /README.md | |
parent | 37dfd86368d080534eeefec9f726cae9e5f03e7e (diff) | |
parent | a40de7b827d308c0dd20dd77d948afb316cfc551 (diff) | |
download | gerbonara-7125380c1ad7bdc09646c538928a48c9f559b505.tar.gz gerbonara-7125380c1ad7bdc09646c538928a48c9f559b505.tar.bz2 gerbonara-7125380c1ad7bdc09646c538928a48c9f559b505.zip |
Merge branch 'master' into outline
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,11 +48,11 @@ Documentation: Development and Testing: ------------------------ -Dependencies for developing and testing pcb-tools are listed in test-requirements.txt. Use of a virtual environment is strongly recommended. +Dependencies for developing and testing pcb-tools are listed in requirements-dev.txt. Use of a virtual environment is strongly recommended. $ virtualenv venv $ source venv/bin/activate - (venv)$ pip install -r test-requirements.txt + (venv)$ pip install -r requirements-dev.txt (venv)$ pip install -e . We use nose to run pcb-tools's suite of unittests and doctests. |