Skip to content

Commit 867b72d

Browse files
authored
Merge pull request spokestack#27 from spokestack/wr-readme-update
Update Setup Section of the README
2 parents f6a0726 + 0009fa8 commit 867b72d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Add voice capability to your projects with one line.
3030

3131
We use `pyenv` for virtual environments. Below you will find the step-by-step commands to install a virtual environment.
3232

33-
pyenv install 3.7.6
34-
pyenv virtualenv 3.7.6 spokestack
33+
pyenv install 3.8.6
34+
pyenv virtualenv 3.8.6 spokestack
35+
pyenv local spokestack
3536
pip install -r requirements.txt
3637

3738
### TFLite Interpreter

0 commit comments

Comments
 (0)