1.go to 2

15
Installing Python 8/19/20 1 1. Go to https://www.anaconda.com/products/individual 2. Click “Download”

Upload: others

Post on 24-Jan-2022

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1.Go to  2

Installing Python

8/19/20 1

1. Go to https://www.anaconda.com/products/individual2. Click “Download”

Page 2: 1.Go to  2

Installing Python

8/19/20 2

3. Open installer once download is complete

Page 3: 1.Go to  2

Installing Python

8/19/20 3

4. Click “Next”

Page 4: 1.Go to  2

Installing Python

8/19/20 4

5. Click “I Agree”

Page 5: 1.Go to  2

Installing Python

8/19/20 5

6. Select “Just Me” and click “Next”

Page 6: 1.Go to  2

Installing Python

8/19/20 6

7. Click “Next”

Page 7: 1.Go to  2

Installing Python

8/19/20 7

8. Ensure the first box is unchecked and the second box is checked

9. Click “Install”

Page 8: 1.Go to  2

Installing Python

8/19/20 8

10.Click “Next” once installation is complete

Page 9: 1.Go to  2

Installing Python

8/19/20 9

11.Click “Next”

Page 10: 1.Go to  2

Installing Python

8/19/20 10

12.Click “Finish”

Page 11: 1.Go to  2

Installing Pyomo

8/19/20 11

1. Start -> Anaconda3 -> Anaconda Prompt

Page 12: 1.Go to  2

Installing Pyomo

8/19/20 12

2. In terminal type: conda install –c conda-forge pyomo and press “Enter”

Page 13: 1.Go to  2

Installing Pyomo

8/19/20 13

3. To proceed type “y” then hit “Enter”

Page 14: 1.Go to  2

Installing GLPK

8/19/20 14

1. In terminal type: conda install –c conda-forge glpk and press “Enter”

2. Type “y” when prompted

Page 15: 1.Go to  2

Programming with Jupyter

8/19/20 15

Jupyter NotebookWill open in your default browser. I recommend Google Chrome.