mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-09 08:00:39 +03:00
Update README Contributing section to encourage use of virtualenv (#765)
This commit is contained in:
parent
12ee52a13a
commit
b72dfa87a4
|
@ -73,9 +73,11 @@ If you want to learn even more, you can also check the following [examples](exam
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
After cloning this repo, ensure dependencies are installed by running:
|
After cloning this repo, create a [virtualenv](https://virtualenv.pypa.io/en/stable/) and ensure dependencies are installed by running:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
virtualenv venv
|
||||||
|
source venv/bin/activate
|
||||||
pip install -e ".[test]"
|
pip install -e ".[test]"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user