mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2025-10-21 18:00:34 +00:00
16 lines
176 B
Markdown
16 lines
176 B
Markdown
# LU bookstore
|
|
|
|
## Task
|
|
|
|
Develop a bookstore inventory management system in Python.
|
|
Read more [here](TASK.md)
|
|
|
|
## Running
|
|
```shell
|
|
pip install . -e
|
|
```
|
|
|
|
```shell
|
|
./main.py
|
|
```
|