Skip to content

Create wsl-quickstart.md#14

Open
0xDoubleShot wants to merge 1 commit intosentient-agi:mainfrom
0xDoubleShot:patch-1
Open

Create wsl-quickstart.md#14
0xDoubleShot wants to merge 1 commit intosentient-agi:mainfrom
0xDoubleShot:patch-1

Conversation

@0xDoubleShot
Copy link
Copy Markdown

Essentials inside WSL

sudo apt update && sudo apt upgrade -y
sudo apt install -y build-essential pkg-config libssl-dev curl git python3 python3-venv python3-pip

often useful in AI repos:

sudo apt install -y ffmpeg git-lfs
git lfs install

@0xDoubleShot
Copy link
Copy Markdown
Author

Python env (CPU-safe by default)
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip

If the project has requirements:

pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant