radames commited on
Commit
5df89d6
·
1 Parent(s): bea2d0b
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,9 +25,9 @@ You need CUDA and Python 3.10, Node > 19, Mac with an M1/M2/M3 chip or Intel Arc
25
  ## Install
26
 
27
  ```bash
28
- python -m venv venv
29
- source venv/bin/activate
30
- pip3 install -r server/requirements.txt
31
  cd frontend && npm install && npm run build && cd ..
32
  python server/main.py --reload --pipeline img2imgSDTurbo
33
  ```
 
25
  ## Install
26
 
27
  ```bash
28
+ uv venv --python=3.10
29
+ source .venv/bin/activate
30
+ uv pip install -r server/requirements.txt
31
  cd frontend && npm install && npm run build && cd ..
32
  python server/main.py --reload --pipeline img2imgSDTurbo
33
  ```