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

fix: add instructions for using standard virtualenvs #1203

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lgiordani
Copy link
Contributor

Some developers might prefer to manage virtual environments the traditional way, or to use other virtual environment managers like pyenv (which I use). I think giving instructions on how to set up the development environment in those cases is cheap and doesn't damage the standard setup of the project.

README.md Outdated
@@ -43,6 +43,38 @@ pipenv run grow install
pipenv run grow run
```

## Development without pipenv

If you are using standard virtual environments or a different virtual environment manager (like pyenv) you can follwo this instructions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typos; also, could you move this to a CONTRIBUTING.md if this is meant for Grow developers (not users)?

@lgiordani
Copy link
Contributor Author

I moved it to CONTRIBUTING.md but I kept part of it in README.md as it applies also to users (it's the way I installed it). Can you check again? Thanks!

@lgiordani lgiordani requested a review from jeremydw April 20, 2022 16:52
@lgiordani
Copy link
Contributor Author

@jeremydw Can you have a look at this and at the other outstanding PRs? Thanks!

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.

None yet

2 participants