Skip to content

Commit cf7026c

Browse files
committed
Fix installation directions
This addresses Issue 29. References: * #29 Reported-by: Paul Brandt <paul@brandt.name> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 66fdaa2 commit cf7026c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Participation by NIST in the creation of the documentation of mentioned software
1212

1313
1. Clone this repository.
1414
2. (Optional) Create and activate a virtual environment.
15-
3. Run `python setup.py`.
15+
3. (Optional) Upgrade `pip` with `pip install --upgrade pip`. (This can speed installation of some dependent packages.)
16+
4. Run `pip install .`.
1617

17-
Installation is demonstrated in the `.venv.done.log` target of the [`tests/`](tests/) directory.
18+
Installation is demonstrated in the `.venv.done.log` target of the `tests/` directory's [`Makefile`](tests/Makefile).
1819

1920

2021
## Usage

0 commit comments

Comments
 (0)