We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fdaa2 commit cf7026cCopy full SHA for cf7026c
README.md
@@ -12,9 +12,10 @@ Participation by NIST in the creation of the documentation of mentioned software
12
13
1. Clone this repository.
14
2. (Optional) Create and activate a virtual environment.
15
-3. Run `python setup.py`.
+3. (Optional) Upgrade `pip` with `pip install --upgrade pip`. (This can speed installation of some dependent packages.)
16
+4. Run `pip install .`.
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).
19
20
21
## Usage
0 commit comments