Skip to content

Commit 7bc1cf2

Browse files
committed
Remove poetry instructions
1 parent d1fd136 commit 7bc1cf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ cd self-operating-computer
5151
```
5252
python3 -m venv venv
5353
```
54-
If you use Poetry instead of `venv` create a Python virtual environment like so.
55-
```
56-
cat requirements.txt | xargs poetry add
57-
```
5854
4. **Activate the virtual environment**:
5955
```
6056
source venv/bin/activate

0 commit comments

Comments
 (0)