davidberenstein1957 HF staff commited on
Commit
5dde474
Β·
1 Parent(s): 326c2f1

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -105,9 +105,12 @@ Check out the [distilabel library](https://github.com/argilla-io/distilabel) for
105
  Install the dependencies:
106
 
107
  ```bash
 
108
  python -m venv .venv
109
  source .venv/bin/activate
110
- pip install -e .
 
 
111
  ```
112
 
113
  Run the app:
 
105
  Install the dependencies:
106
 
107
  ```bash
108
+ # Create a virtual environment
109
  python -m venv .venv
110
  source .venv/bin/activate
111
+
112
+ # Install the dependencies
113
+ pip install -e . # pdm install
114
  ```
115
 
116
  Run the app: