Skip to content

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

Merged
jmeridth merged 1 commit into
masterfrom
jm_add_venv_to_gitignore
Sep 4, 2024
Merged

chore: add .venv/venv to .gitignore and update README with local dev info#1872
jmeridth merged 1 commit into
masterfrom
jm_add_venv_to_gitignore

Conversation

@jmeridth

@jmeridth jmeridth commented Sep 4, 2024

Copy link
Copy Markdown
Contributor

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

2 participants