Add local workspace setup instructions to strategies module documentation
This commit is contained in:
parent
11e4817f33
commit
f2a816e33b
14
README.md
14
README.md
@ -1,3 +1,17 @@
|
||||
# Strategies
|
||||
|
||||
## Local Workspace Setup
|
||||
|
||||
After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):
|
||||
|
||||
```shell
|
||||
pip install . --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple
|
||||
```
|
||||
|
||||
If you want the build and test dependencies as well:
|
||||
|
||||
```shell
|
||||
pip install .[build,test] --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple
|
||||
```
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user