We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a9192 commit 0f5e0e0Copy full SHA for 0f5e0e0
1 file changed
campfire-burn-prediction/README.md
@@ -14,7 +14,11 @@ The sample dataset provides a CSV as well as 180 total images from the original
14
15
## Vanilla Python Instructions
16
17
+Set up your project normally and install dependencies with:
18
+
19
+```bash
20
pip install -r requirements.txt
21
+```
22
23
If using venv, activate your venv and run the code in snippets against the python console
24
with the article.
0 commit comments