Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanspauwen committed Jun 18, 2023
1 parent 3fd42ac commit 1da3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To test the package before uploading to PyPi:
$ python -m venv myenv
$ source myenv/bin/activate
$ pip install .
$ pystructurizr dev --view example.containerview
$ pystructurizr dev --view example.chatsystem_containerview
$ deactivate
$ rm -fr myenv
```
Expand Down

0 comments on commit 1da3eca

Please sign in to comment.