add requirements.txt
This commit is contained in:
parent
963ebc7ad3
commit
e22785188c
2 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
This repository contains the above listed =public= directory for testing /raincloud/ locally.
|
This repository contains the above listed =public= directory for testing /raincloud/ locally.
|
||||||
Just execute the following two command and navigate to [[http://localhost:5000/inbox][http://localhost:5000/inbox]].
|
Just execute the following two command and navigate to [[http://localhost:5000/inbox][http://localhost:5000/inbox]].
|
||||||
|
|
||||||
: $ pip install flask toml
|
: $ pip install -r requirements.txt
|
||||||
: $ ./run.py
|
: $ ./run.py
|
||||||
|
|
||||||
The password for the =alice= directory is =movie_evening!=.
|
The password for the =alice= directory is =movie_evening!=.
|
||||||
|
|
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
flask
|
||||||
|
toml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue