Skip to content

Commit 0200d17

Browse files
authored
Update README.md
Typos, note about anaconda
1 parent 3f3cc04 commit 0200d17

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"Pi-e-Sappy" for research use only.
33

44
A passion project to help accelerate breakthroughs in medical physics research by bringing the power of Python into the Varian API ecosystem.
5-
PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" allowing you to rapidly prototype you ESAPI scripts or research ideas.
5+
PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" allowing you to rapidly prototype your ESAPI scripts or research ideas.
66

77
## Quick Start (updated July 17th 2024)
88

9-
* Access your Eclipse 15.5 (or later) TBOX desktop
9+
* Access your Eclipse 15.5 (or later) TBOX desktop or Varian Innovation Center environment
1010
* Install Python 3.10 or later from: https://www.python.org/downloads/
1111
* Be sure to check the option to "add python.exe to PATH" (unless you are already managing multiple versions of Python)
1212
* Note: If you use an older version of Python, your milage may vary.
@@ -16,7 +16,7 @@ PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" all
1616
* `pip install pyesapi`
1717
* `pip install jupyter`
1818
* Then execute the command `jupyter notebook`
19-
* Create a new notebook and see below for examples (if you are using a python virtual environment be sure not to select "root" kernel).
19+
* Create a new notebook and see below for examples (if you are using a python virtual environment, be sure not to select "root" kernel).
2020

2121
## Examples
2222
### Jupyter Notebooks (from Developer Workshop 2018)
@@ -26,8 +26,9 @@ PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" all
2626
* Stand-alone python script: [standalone.py](examples/standalone.py)
2727

2828
## Known issues
29-
* PyESAPI is not compatible with vscode-jupyter plugin which uses multithreading. ESAPI only allows for single-thread access to objects and functions.
29+
* PyESAPI is not compatible with vscode-jupyter plugin which uses multithreading. ESAPI only allows for single-thread access to objects.
3030
* Python 3.12 may require Microsoft Visual C++ 14.0 or greater. If you are using a VIC environment, you can get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
31+
* Note: anaconda provieds pre-built binaries for popular packages.
3132

3233
## Upgrading
3334
* `pip install --upgrade pysapi`

0 commit comments

Comments
 (0)