mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-01 13:15:21 +00:00
Merge 4cfc984df9 into 1cd94d768f
This commit is contained in:
commit
79046c2d25
|
|
@ -20,6 +20,8 @@ mkdir -p $NANOCHAT_BASE_DIR
|
|||
|
||||
# install uv (if not already installed)
|
||||
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
# add uv to PATH for shells that don't auto-pick up ~/.local/bin after install
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
# create a .venv local virtual environment (if it doesn't exist)
|
||||
[ -d ".venv" ] || uv venv
|
||||
# install the repo dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user