Paul Green
Paul Green
mention how to deactivate virtualenv --- > [!NOTE] > Adds a brief note in `README.md` under Getting started showing how to exit the virtual environment. > > - Documents deactivation...
add python -m venv alternative --- > [!NOTE] > Updates setup instructions in `README.md`. > > - Adds `python3.9 -m venv .venv` as an alternative to `virtualenv --python=python3.9 .venv` in...
It currently reads like a second top-level heading for the document, which breaks the section hierarchy and can throw off the table of contents. --- > [!NOTE] > Adjusts documentation...