File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ We recommend to first setup a clean python environment for your project with at
25
25
26
26
Once your environment is setup you can install darts using the pip package:
27
27
28
- pip install u8darts[all]
28
+ pip install ' u8darts[all]'
29
29
30
30
### Step-by-step Install
31
31
@@ -164,15 +164,15 @@ Don't forget to activate your virtual environment
164
164
165
165
### Install darts
166
166
167
- Install Darts with all available models: ` pip install u8darts[all] ` .
167
+ Install Darts with all available models: ` pip install ' u8darts[all]' ` .
168
168
169
169
As some models have relatively heavy (or non-Python) dependencies,
170
170
we also provide the following alternate lighter install options:
171
171
172
172
* Install core only (without neural networks, Prophet or AutoARIMA): ` pip install u8darts `
173
- * Install core + neural networks (PyTorch): ` pip install u8darts[torch] `
174
- * Install core + Facebook Prophet: ` pip install u8darts[fbprophet] `
175
- * Install core + AutoARIMA: ` pip install u8darts[pmdarima] `
173
+ * Install core + neural networks (PyTorch): ` pip install ' u8darts[torch]' `
174
+ * Install core + Facebook Prophet: ` pip install ' u8darts[fbprophet]' `
175
+ * Install core + AutoARIMA: ` pip install ' u8darts[pmdarima]' `
176
176
177
177
### Running the examples only, without installing:
178
178
You can’t perform that action at this time.
0 commit comments