17 lines
436 B
Markdown
17 lines
436 B
Markdown
# 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
|
|
```
|
|
|
|
--- |