Skip to content

Commit

Permalink
Add note about editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Jan 27, 2024
1 parent 1b74c52 commit 496515f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@ To install:
```
pip install fk-graph
```

Development:
------------

Clone the repo and `cd` in to the project directory. Create a virtual env, then install
the requirements with

```
pip install -r requirements.txt
```

Finally, to be able to run tests while developing, install the package as an editable install.

```
pip install --editable .
```

0 comments on commit 496515f

Please sign in to comment.