mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-25 03:43:42 +03:00
Fixed test instructions
This commit is contained in:
parent
48efec307c
commit
360d5cfac5
|
@ -76,7 +76,7 @@ If you want to learn even more, you can also check the following [examples](exam
|
||||||
After cloning this repo, ensure dependencies are installed by running:
|
After cloning this repo, ensure dependencies are installed by running:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install .[test]
|
pip install -e ".[test]"
|
||||||
```
|
```
|
||||||
|
|
||||||
After developing, the full test suite can be evaluated by running:
|
After developing, the full test suite can be evaluated by running:
|
||||||
|
|
|
@ -95,7 +95,7 @@ After cloning this repo, ensure dependencies are installed by running:
|
||||||
|
|
||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
pip install .[test]
|
pip install -e ".[test]"
|
||||||
|
|
||||||
After developing, the full test suite can be evaluated by running:
|
After developing, the full test suite can be evaluated by running:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user