We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent 1f6c011 commit 306981bCopy full SHA for 306981b
README.md
@@ -46,18 +46,15 @@ git clone https://github.com/OthersideAI/self-operating-computer.git
46
cd self-operating-computer
47
```
48
49
-3. **Create a Python virtual environment with Poetry**.
50
-
51
-```
52
-cat requirements.txt | xargs poetry add
53
54
55
3. **Create a Python virtual environment**. [Learn more about Python virtual environment](https://docs.python.org/3/library/venv.html).
56
57
58
59
python3 -m venv venv
60
+If you use Poetry instead of `venv` create a Python virtual environment with Poetry.
+```
+cat requirements.txt | xargs poetry add
61
4. **Activate the virtual environment**:
62
63
source venv/bin/activate
0 commit comments