update,
This commit is contained in:
16
daniel_jo/ITP4459_assignment_2023/src/readme.md
Normal file
16
daniel_jo/ITP4459_assignment_2023/src/readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```bash
|
||||
cd docker
|
||||
docker compose build
|
||||
docker compose up -d
|
||||
cd ..
|
||||
|
||||
# after docker up and running
|
||||
cd python
|
||||
pipenv shell
|
||||
pipenv sync
|
||||
|
||||
# inside pip environment
|
||||
python main_db.py
|
||||
python main_gui.py
|
||||
|
||||
```
|
Reference in New Issue
Block a user