Update README.md
This commit is contained in:
parent
e21758be39
commit
1a8a88c5bc
16
README.md
16
README.md
@ -1,4 +1,18 @@
|
|||||||
# Steps to init
|
# Steps to init
|
||||||
- just need to do this one time
|
- just need to do this one time
|
||||||
|
|
||||||
`python -m venv .venv`
|
```sh
|
||||||
|
python -m venv .venv
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
source .venv/bin/active
|
||||||
|
```
|
||||||
|
- To install streamlit
|
||||||
|
```
|
||||||
|
pip install streamlit CookieManager json os datetime requests
|
||||||
|
```
|
||||||
|
After the rust server is active, you can start running the python service
|
||||||
|
```
|
||||||
|
streamlit run main.py
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user