Skip to content

Commit 306981b

Browse files
committed
Update README.md
1 parent 1f6c011 commit 306981b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,15 @@ git clone https://github.com/OthersideAI/self-operating-computer.git
4646
cd self-operating-computer
4747
```
4848

49-
3. **Create a Python virtual environment with Poetry**.
50-
51-
```
52-
cat requirements.txt | xargs poetry add
53-
```
54-
5549
3. **Create a Python virtual environment**. [Learn more about Python virtual environment](https://docs.python.org/3/library/venv.html).
5650

57-
5851
```
5952
python3 -m venv venv
6053
```
54+
If you use Poetry instead of `venv` create a Python virtual environment with Poetry.
55+
```
56+
cat requirements.txt | xargs poetry add
57+
```
6158
4. **Activate the virtual environment**:
6259
```
6360
source venv/bin/activate

0 commit comments

Comments
 (0)