@@ -5,13 +5,6 @@ FilterPy - Kalman filters and other optimal and non-optimal estimation filters i
5
5
:target: https://pypi.python.org/pypi/filterpy
6
6
7
7
8
- .. image :: https://anaconda.org/rlabbe/filterpy/badges/installer/conda.svg
9
- :target: https://conda.anaconda.org/rlabbe
10
-
11
-
12
- .. image :: https://anaconda.org/rlabbe/filterpy/badges/version.svg
13
- :target: https://anaconda.org/rlabbe/filterpy
14
-
15
8
This library provides Kalman filtering and various related optimal and
16
9
non-optimal filtering software written in Python. It contains Kalman
17
10
filters, Extended Kalman filters, Unscented Kalman filters, Kalman
@@ -77,17 +70,16 @@ If you prefer to download the source yourself
77
70
git clone http://github.com/rlabbe/filterpy
78
71
python setup.py install
79
72
80
- If you use Anaconda, you can install from a conda channel. I just (Feb 2016)
81
- added this capability, it's quite possible it is not working yet. Please
82
- let me know if you run into problems.
73
+ If you use Anaconda, you can install from the conda-forge channel. You
74
+ will need to add the conda-forge channel if you haven't already done so:
83
75
84
-
85
- .. image :: https://anaconda.org/rlabbe/filterpy/badges/installer/conda.svg
86
- :target: https://conda.anaconda.org/rlabbe
87
-
88
76
::
77
+ conda config -add channels conda-forge
78
+
79
+ and then install with:
89
80
90
- conda install -c rlabbe filterpy
81
+ ::
82
+ conda install filterpy
91
83
92
84
93
85
And, if you want to install from the bleeding edge git version
0 commit comments