Skip to content

Commit f78dae7

Browse files
committed
Update README.md
1 parent 6aed9c1 commit f78dae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If all goes well you should see the following returned:
2929
* Use venv -> `source venv/bin/activate`
3030
* `pip3 install -r requirements.txt` and `pip3 install -r requirements-dev.txt`
3131
* Run tests with `venv/bin/pytest tests/*`
32-
* Black format with `venv/bin/black deepstack/core.py` and `venv/bin/black tests/test_deepstack.py`
32+
* Black format with `venv/bin/black .`
3333

3434
## Jupyter
3535
* Docs are created using Jupyter notebooks

0 commit comments

Comments
 (0)