Friday, October 23, 2020

Creating Python 3.8 Environment in Anaconda3 and Installing Numpy

Saturday 24 October 2020

Steps

1. Install Anaconda3 and launch Anaconda Navigator

2. Click on Environments and then click on Create button

3. Type Name, select Python 3.8, and click on Create button 

4. From newly created environment, select All, and type numpy

5. Select Numpy from packages and click on Apply button

6. Click on Apply button again when list of dependency packages appears 

7. Right click on play button at newly created environment and select Open with Python

8. Type import numpy

A visual story of steps is as follows.

 











No comments:

Post a Comment