Skip to content

Conversation

@jmeridth
Copy link
Member

@jmeridth jmeridth commented Sep 4, 2024

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).

  • add .venv/venv folders to .gitignore
  • update README with how to setup locally environment

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](https://github.com/github/markup/blob/914839fd31c93b93a8054a3c91fce0906b2d1375/script/bootstrap#L8)
via pip (python).

- [x] add .venv/venv folders to .gitignore
- [x] update README with how to setup locally environment

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth requested a review from kenyonj September 4, 2024 20:12
@jmeridth jmeridth self-assigned this Sep 4, 2024
@jmeridth jmeridth changed the title chore: add .venv/venv to .gitignore chore: add .venv/venv to .gitignore and update README with local dev info Sep 4, 2024
@jmeridth jmeridth merged commit 9fe4c64 into master Sep 4, 2024
@jmeridth jmeridth deleted the jm_add_venv_to_gitignore branch September 4, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants