Skip to content

Commit

Permalink
Update CONTRIBUTING_UIPATH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivml authored Nov 24, 2024
1 parent a4c1ff5 commit 43a4df8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CONTRIBUTING_UIPATH.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,15 @@ Currently, we use pip and recommend creating a virtual environment.

For convenience here's a command for it:
```bash
python -m venv .venv
source .venv/bin/activate
edit ~/.zshrc file and add below two lines
eval "$(pyenv init -)"
eval "$(pyenv init --path)"

pyenv install 3.11
pyenv shell 3.11.7
pyenv virtualenv danswer3.11.7
pyenv activate danswer3.11.7
pyenv virtualenvs
```

> **Note:**
Expand Down

0 comments on commit 43a4df8

Please sign in to comment.