Skip to content

Commit

Permalink
Add note about docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellevos committed Sep 9, 2024
1 parent 00ec4cc commit be96070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ The best way to get things up and running is using a virtual environment:
- Enter the virtual environment using `source venv/bin/activate`.
- Install the requirements using `pip install requirements.txt`.
- *To overcome import problems*, run `pip install -e .`, which will create links to your files (so you do not need to re-install after every change).

We are currently setting up documentation to be rendered using GitHub Actions.

0 comments on commit be96070

Please sign in to comment.