Skip to content

Commit c7b1d29

Browse files
author
Michael Folkerts
committed
Updated quickstart with working defaults
1 parent 3df9812 commit c7b1d29

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
A passion project to help accelerate breakthroughs in medical physics research by bringing the power of Python into the Varian API ecosystem.
55

6-
## Quickstart
7-
To simpify the install process and to provide users with accelerated (pre-compiled) numerical libraries, Anaconda's python distribution and repos are recommended. As of this commit, pythonnet's pypi build only officailly supports python 3.6, therefore, we will provide a conda environment file to standardize a working environment for pyesapi until further notice. The following documents the quickest path to a "live" jupyter notebook:
6+
## Quickstart (updated August 8th 2020)
7+
To simpify the install process and to provide users with accelerated (pre-compiled) numerical libraries, Anaconda's python distribution and repos are recommended. The following documents the quickest path to a "live" jupyter notebook:
88

99
* Access your Eclipse 15.5 (or later) TBOX desktop
1010
* Install [Anaconda3](https://www.anaconda.com/products/individual)
@@ -13,11 +13,7 @@ To simpify the install process and to provide users with accelerated (pre-compil
1313
* Optionally install google chrome or chromium browser (for better Jupyter Notebook experience) and set it as your default browser
1414
* Launch "Anaconda Prompt" by searching in Windows menu
1515
* In the prompt, execute the command:
16-
* `curl -O https://raw.githubusercontent.com/VarianAPIs/PyESAPI/master/condaenv36.yml`
17-
* This command downloads the anaconda base environment definition file for use with pyesapi (used for all examples)
18-
* In the prompt, execute the command `conda env create -f condaenv36.yml`
19-
* This command actually creates the anaconda environment
20-
* In the prompt, execute the command `conda activate pyesapi36`
16+
* `pip install https://api.github.com/repos/VarianAPIs/PyESAPI/tarball`
2117
* Then execute the command `jupyter notebook`
2218
* Create a new notebook and see below for examples (be sure not to select "root" kernel).
2319

0 commit comments

Comments
 (0)