Skip to content

Commit d6681b4

Browse files
committed
Updating README Resolve #8
1 parent 598088d commit d6681b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

python-flask/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Aplicação feita no framework Python Flask com base na documentação do meu [TCC](https://github.com/souovan/TCC)
22

3-
# Para executar a aplicação
3+
# Para executar a aplicação Flask
44

5-
Navege até essa pasta e execute:
5+
Com o banco de dados já em execução:
66

77
```sh
8+
git clone https://github.com/souovan/TCC-python.git
9+
cd tcc-python/python-flask/src/
10+
811
python3 -m venv venv
912
source venv/bin/activate
1013

0 commit comments

Comments
 (0)