You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend to first setup a clean python environment for your project with at least python 3.6 using your favorite tool ([conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html"conda-env"), [venv](https://docs.python.org/3/library/venv.html), [virtualenv](https://virtualenv.pypa.io/en/latest/) with or without [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/)).
23
32
24
-
### Quick Install
25
-
26
-
Once your environment is setup you can install darts using the pip package:
33
+
Once your environment is setup you can install darts using pip:
27
34
28
35
pip install 'u8darts[all]'
29
36
30
-
### Step-by-step Install
31
-
32
37
For more detailed install instructions you can refer to our installation guide at the end of this page.
0 commit comments