Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Nov 26, 2024
1 parent ef9368a commit 866f26b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ Once the virtual environment is activated, install the prerequisites by running
First, make sure you have the latest version of pip by running:

```sh
python -m pip install --upgrade pip # windows
python3 -m pip install --upgrade pip # mac
python -m pip install --upgrade pip # now that environment is activated, "python" (not "python3") should work for both mac and windows users
```

Then, install the required libraries. We've chosen a CPU-only (no GPUs enabled) setup for this lesson to make the environment simpler and more accessible for everyone. By avoiding GPU-specific dependencies like CUDA, we reduce the storage requirements by 3-4 GB and eliminate potential compatibility issues related to GPU hardware.
Expand Down

0 comments on commit 866f26b

Please sign in to comment.