Skip to content

Commit 1468c22

Browse files
Merge pull request #30 from casework/issue_29
Fix installation directions
2 parents 66fdaa2 + cf7026c commit 1468c22

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)