Skip to content

Commit 847f252

Browse files
committed
restore pip command
1 parent 831cf03 commit 847f252

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/loaders.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ Or on Windows:
189189
.venv\Scripts\activate
190190
```
191191
192+
To install required packages:
193+
194+
```sh
195+
pip install -r requirements.txt
196+
```
197+
192198
You can then run the `observable preview` or `observable build` (or `npm run dev` or `npm run build`) commands as usual; data loaders will run within the virtual environment. Run the `deactivate` command or use Control-D to exit the virtual environment.
193199
194200
</div>

0 commit comments

Comments
 (0)