View the documentation at: https://jillvillany.github.io/python-dev-setup/
conda create -n python-dev-setup python=3.9 -y
conda activate python-dev-setup
poetry install --no-root
python sync_or_create_all_mds.py
mkdocs gh-deploy
mkdocs serve
| Name | Name | Last commit date | ||
|---|---|---|---|---|
conda create -n python-dev-setup python=3.9 -y
conda activate python-dev-setup
poetry install --no-root
python sync_or_create_all_mds.py
mkdocs gh-deploy
mkdocs serve