Go to file
2024-12-11 08:37:22 -08:00
strategies Expose R3 strategy to clients 2024-12-09 08:18:53 -08:00
test Add test for R3 strategy 2024-12-09 08:19:07 -08:00
.gitignore Add virtual environment and build directories to .gitignore 2024-12-11 08:36:24 -08:00
pyproject.toml Initial commit of pyproject.toml for strategies module 2024-12-11 08:37:22 -08:00
README.md Add local workspace setup instructions to strategies module documentation 2024-12-10 19:21:00 -08:00
requirements.txt Initial commit of Strategies module requirements.txt 2024-11-27 12:34:29 -08:00
setup.py Initial commit of setup.py for Strategies module 2024-11-27 12:34:59 -08:00

Strategies

Local Workspace Setup

After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):

pip install . --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple

If you want the build and test dependencies as well:

pip install .[build,test] --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple