Skip to content

Commit

Permalink
Add instructions for installing camouflage
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 26, 2022
1 parent 501b3d7 commit 20c6b41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ Note: These instructions assume the user is using `mamba` instead of `conda` sin
pip install -e /workspace
```
Once Morpheus has been built, it can be installed into the current virtual environment.
7. Run Morpheus
7. Install camouflage, needed for the unittests
```bash
npm install -g camouflage-server
```
8. Run Morpheus
```bash
morpheus run pipeline-nlp ...
```
Expand Down

0 comments on commit 20c6b41

Please sign in to comment.