diff --git a/README.md b/README.md index e3269c4..7719c59 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ export CPPFLAGS="-I/usr/local/opt/llvm@8/include" eval "$(pyenv init -)" export PATH="/usr/local/opt/llvm@8/bin:$PATH" ``` +Now go back to the main terminal by pressing command + x and then press -y to save changes. -Now go back to the main terminal. Now setup python 3.9.5 with pyenv: +Now setup python 3.9.5 with pyenv: ``` echo 'eval "$(pyenv init -)"' >> ~/.zshrc cd /Users/$USER/.pyenv/plugins/python-build/../.. && git pull && cd -