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
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
We all use [Anaconda](https://www.anaconda.com/) and this package is tested
6
6
against Anaconda. You can [download anaconda](https://www.anaconda.com/download) for your system for free.
7
7
8
8
You do not have to use a [conda environment](https://conda.io/docs/user-guide/tasks/manage-environments.html) to use this package. It cleanly installs and uninstalls with [pip](https://docs.python.org/3.6/installing/). If you plan to play around with different versions of this package your might want to use environments though.
9
9
10
-
### Faster installation?
11
-
12
-
If you use Anaconda this is not interesting for you.
13
-
14
-
You can just `pip install` this, but it will use `pip` to install all the dependencies.
15
-
`pip install <some package>` is sometimes much slower than `conda install <some package>`.
16
-
17
-
If you use "miniconda" or if you install this in a fresh conda environment, then
18
-
numpy and protobuf might not be there, so we recommend to
0 commit comments