Commit
·
5dde474
1
Parent(s):
326c2f1
update readme
Browse files
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 |
-
|
|
|
|
|
|
|
| 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:
|