Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix typo in installation steps as indicated by #4
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpiczak authored Oct 24, 2017
1 parent 9ec5950 commit 5efe746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sudo ./Miniconda3-latest-Linux-armv7l.sh
- Install Python with required packages:

```bash
conda config -add channels rpi
conda config --add channels rpi
conda create -n ears python=3.6
source activate ears
conda install cython numpy pandas scikit-learn cffi h5py
Expand Down

0 comments on commit 5efe746

Please sign in to comment.