Skip to content

Commit 1ab434e

Browse files
authored
Merge pull request #7 from JoaoFelipe/master
Update README.md test instructions
2 parents 0ca160d + 3c4fb38 commit 1ab434e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ you should run the tests:
4545

4646
```bash
4747
# First install the python package. This will also build the JS packages.
48-
pip install -e .
48+
pip install -e ".[test, examples]".
4949

5050
# Run the python tests. This should not give you a few sucessful example tests
5151
py.test
5252

5353
# Run the JS tests. This should again, only give TODO errors (Expected 'Value' to equal 'Expected value'):
54-
cd ts
5554
npm test
5655
```
5756

0 commit comments

Comments
 (0)