Skip to content

Commit f09ba99

Browse files
committed
docs: add virtualenv note
1 parent f987877 commit f09ba99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/setup/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ There are two ways to start using RAI:
1515

1616
## Installing RAI
1717

18+
??? tip "Virtual environment"
19+
20+
We suggest installing RAI in a virtual environment of choice (e.g. virtualenv, uv, poetry, etc.).
21+
22+
When installing RAI in a virtual environment (as opposed to the system interpreter), you need to expand the PYTHONPATH to include the virtual environment's site-packages directory.
23+
24+
Here's how to do it when RAI is installed via git clone: [setup_shell.sh](https://github.com/RobotecAI/rai/blob/245efa95cdb83a81294bc28da814962bff84be20/setup_shell.sh#L32)
25+
1826
1. Install core functionality:
1927

2028
```bash

0 commit comments

Comments
 (0)