docs(readme): update install command

This commit is contained in:
Kristofers Solo 2023-11-08 16:10:52 +02:00
parent b189e49fb9
commit d233a7ad2a

View File

@ -6,8 +6,9 @@ Develop a bookstore inventory management system in Python.
Read more [here](TASK.md)
## Running
```shell
pip install . -e
pip install -e .
```
```shell