mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +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:
|
||||
|
||||
```sh
|
||||
pip install .[test]
|
||||
pip install -e ".[test]"
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
pip install .[test]
|
||||
pip install -e ".[test]"
|
||||
|
||||
After developing, the full test suite can be evaluated by running:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user