Skip to content

Commit 37a3a11

Browse files
author
Taylor Miller
committed
* removed conda install instructons from getting_started.md
1 parent 4d4552c commit 37a3a11

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/getting_started.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
- Run `conda install scipy`
2121
- Run `conda install scikit-learn`
2222
- Install healthcareai using **one and only one** of these three methods (ordered from easiest to hardest).
23-
1. **Recommended:** Install the latest release with conda by running `conda install -c catalyst healthcareai`
24-
2. Install the latest release with pip run `pip install healthcareai`
23+
1. **Recommended:** Install the latest release with pip run `pip install healthcareai`
2524
3. If you know what you're doing, and instead want the bleeding-edge version direct from our github repo, run `pip install https://github.com/HealthCatalyst/healthcareai-py/zipball/master`
2625

2726
#### Why Anaconda?
@@ -39,15 +38,13 @@ You may need to install the following dependencies:
3938
- Note you'll might run into trouble with the `pyodbc` dependency. You may first need to run `sudo apt-get install unixodbc-dev` then retry `sudo pip install pyodbc`. Credit [stackoverflow](http://stackoverflow.com/questions/2960339/unable-to-install-pyodbc-on-linux)
4039

4140
- Once you have the dependencies satisfied install healthcareai using **one and only one** of these three methods (ordered from easiest to hardest).
42-
1. **Recommended:** Install the latest release with conda by running `conda install -c catalyst healthcareai`
43-
2. Install the latest release with pip run `pip install healthcareai` or or `sudo pip install healthcareai`
41+
1. **Recommended:** Install the latest release with pip run `pip install healthcareai` or or `sudo pip install healthcareai`
4442
3. If you know what you're doing, and instead want the bleeding-edge version direct from our github repo, run `pip install https://github.com/HealthCatalyst/healthcareai-py/zipball/master`
4543

4644
### macOS
4745

4846
- Install healthcareai using **one and only one** of these three methods (ordered from easiest to hardest).
49-
1. **Recommended:** Install the latest release with conda by running `conda install -c catalyst healthcareai`
50-
2. Install the latest release with pip run `pip install healthcareai` or or `sudo pip install healthcareai`
47+
1. **Recommended:** Install the latest release with pip run `pip install healthcareai` or or `sudo pip install healthcareai`
5148
3. If you know what you're doing, and instead want the bleeding-edge version direct from our github repo, run `pip install https://github.com/HealthCatalyst/healthcareai-py/zipball/master`
5249

5350
#### macOS matplot issues

0 commit comments

Comments
 (0)