Contributing¤
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
Development¤
Guide for developer to install lettrade
Environment setup¤
Set up conda environment
conda create -y -n LetTrade python=3.12
conda activate LetTrade
pip install -r requirements-dev.txt
Document¤
Building lettrade
document guide
Dependencies¤
Install lettrade
as module
pip install .
Install python document requirements
pip install -r docs/requirements-docs.txt
View document¤
Start mkdocs local server
mkdocs serve
mkdocs build -d site
mkdocs gh-deploy -d site -b docs