Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 4, 2024
1 parent 4cfcec4 commit 119e50c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILDLING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Building

To build execute the following
```console
python3 -m venv venv
source venv/bin/activate
pip3 install -e .
```

To test execute the following

```console
pip3 install pytest
pytest tests/
```

0 comments on commit 119e50c

Please sign in to comment.