diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2019-11-25 15:45:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 15:45:47 -0300 |
commit | 0a45f0ae5770f5975d0f1c85d38cc737a00cc4d1 (patch) | |
tree | 4cc45b51f961285ac43ba429a174778f39bd86cc /README.md | |
parent | c87bad8dedc0ea2a52171840d24451e2117c8325 (diff) | |
parent | 2830fd268dbcdc52fdf67221a00e3a72cb4e9cb9 (diff) | |
download | gerbonara-0a45f0ae5770f5975d0f1c85d38cc737a00cc4d1.tar.gz gerbonara-0a45f0ae5770f5975d0f1c85d38cc737a00cc4d1.tar.bz2 gerbonara-0a45f0ae5770f5975d0f1c85d38cc737a00cc4d1.zip |
Merge branch 'master' into patch-1
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. |