Allison Huang commited on
Commit
9047704
·
1 Parent(s): e629f7b

removing session reset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ git clone https://huggingface.co/spaces/realvest/realvest-app
16
  pyenv install 3.9
17
  pyenv local 3.9
18
 
19
- poetry use env 3.9.17
20
  poetry install
21
  poetry shell
22
  ```
 
16
  pyenv install 3.9
17
  pyenv local 3.9
18
 
19
+ poetry env use 3.9.17
20
  poetry install
21
  poetry shell
22
  ```