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
Copy file name to clipboardexpand all lines: docs/getting_started.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@
20
20
- Run `conda install scipy`
21
21
- Run `conda install scikit-learn`
22
22
- 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`
25
24
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`
26
25
27
26
#### Why Anaconda?
@@ -39,15 +38,13 @@ You may need to install the following dependencies:
39
38
- 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)
40
39
41
40
- 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`
44
42
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`
45
43
46
44
### macOS
47
45
48
46
- 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`
51
48
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`
0 commit comments