Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 4, 2024

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 <[email protected]>
@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
12 checks passed
@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.

2 participants