Skip to content

Commit df8eeed

Browse files
authored
Merge pull request #208 from unit8co/fix/merge_master
Fix/merge master
2 parents 6c63489 + 4b64ee3 commit df8eeed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommend to first setup a clean python environment for your project with at
2525

2626
Once your environment is setup you can install darts using the pip package:
2727

28-
pip install u8darts[all]
28+
pip install 'u8darts[all]'
2929

3030
### Step-by-step Install
3131

@@ -164,15 +164,15 @@ Don't forget to activate your virtual environment
164164

165165
### Install darts
166166

167-
Install Darts with all available models: `pip install u8darts[all]`.
167+
Install Darts with all available models: `pip install 'u8darts[all]'`.
168168

169169
As some models have relatively heavy (or non-Python) dependencies,
170170
we also provide the following alternate lighter install options:
171171

172172
* 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]'`
176176

177177
### Running the examples only, without installing:
178178

0 commit comments

Comments
 (0)