Skip to content

Commit ecc5cb2

Browse files
committed
Added instructions for conda.
1 parent 80ba544 commit ecc5cb2

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.rst

+7-15
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ FilterPy - Kalman filters and other optimal and non-optimal estimation filters i
55
:target: https://pypi.python.org/pypi/filterpy
66

77

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-
158
This library provides Kalman filtering and various related optimal and
169
non-optimal filtering software written in Python. It contains Kalman
1710
filters, Extended Kalman filters, Unscented Kalman filters, Kalman
@@ -77,17 +70,16 @@ If you prefer to download the source yourself
7770
git clone http://github.com/rlabbe/filterpy
7871
python setup.py install
7972

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:
8375

84-
85-
.. image:: https://anaconda.org/rlabbe/filterpy/badges/installer/conda.svg
86-
:target: https://conda.anaconda.org/rlabbe
87-
8876
::
77+
conda config -add channels conda-forge
78+
79+
and then install with:
8980

90-
conda install -c rlabbe filterpy
81+
::
82+
conda install filterpy
9183
9284
9385
And, if you want to install from the bleeding edge git version

0 commit comments

Comments
 (0)