mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2025-10-21 18:00:34 +00:00
17 lines
177 B
Markdown
17 lines
177 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
|
|
```
|