github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub
MIT License
5.88k stars 3.4k forks source link

chore: add .venv/venv to .gitignore and update README with local dev info #1872

Closed jmeridth closed 2 months ago

jmeridth commented 2 months ago

best practices with local python development is to create a virtual environment. The most common are either .venv or venv folders in the root of the repo.

We currently install docutils via pip (python).