@@ -16,6 +16,17 @@ Follow [@plotlygraphs](https://twitter.com/plotlygraphs) on Twitter for Orca ann
1616
1717## Installation
1818
19+ ### Method 1: conda
20+ If you have conda installed, you can easily install Orca from the plotly
21+ conda channel using:
22+ ```
23+ $ conda install -c plotly plotly-orca
24+ ```
25+
26+ which makes the ` orca ` executable available on the path of current conda
27+ environment.
28+
29+ ### Method 2: npm
1930If you have Node.js installed (recommended v8.x), you can easily install Orca
2031using npm as:
2132
@@ -25,11 +36,13 @@ $ npm install -g electron@1.8.4 orca
2536
2637which makes the ` orca ` executable available in your path.
2738
39+ ### Method 3: Standalone binaries
40+
2841Alternatively, you can download the standalone Orca binaries corresponding to
2942your operating system from the
3043[ release] ( https://github.com/plotly/orca/releases ) page. Then, on
3144
32- ### Mac OS
45+ #### Mac OS
3346
3447- Unzip ` mac-release.zip ` from your ` Downloads/ ` folder
3548- Double-click on ` orca-X.Y.Z.dmg ` file, that should open an installation window
@@ -38,14 +51,14 @@ your operating system from the
3851- Right-click on the orca icon and click on _ Open_ , this should open an _ Installation Succeeded_ window
3952- Open the terminal and start using Orca!
4053
41- ### Windows
54+ #### Windows
4255
4356- Extract the ` window-release.zip ` file
4457- In the ` release ` folder, double-click on ` orca Setup X.Y.Z ` , this will create an orca icon on your Desktop
4558- Right-click on the orca icon, then click on _ Properties_ and copy the _ Starts in_ field
4659- In the command prompt, run ` PATH %PATH%;<paste the "Starts in" field here> `
4760
48- ### Linux
61+ #### Linux
4962
5063- Run ` $ chmod +x orca-X.Y.Z-x86_64.AppImage `
5164- Add it to your ` $PATH `
0 commit comments