You are on page 1of 10

Follow the steps below to install the Anaconda distribution of Python on

Windows.

STEP 1: DOWNLOAD ANACONDA

A. Visit the Anaconda downloads page

Go to the following link: Anaconda.com/downloads

The Anaconda Downloads Page will look something like this:

CLICK THIS

B. Then the following window will appear

Choose above circle option (or you can choose as per your system
specifications). Python version 3.8 will be downloaded.
STEP 2: INSTALL

A. After downloading, click on the setup the following will appear:

Click “NEXT”

B. Now, following screen will appear:

Click “I Agree”
C. Now, following screen will appear:

Click “NEXT”

D. Now, following screen will appear:

Choose “Destination folder” and then Click “NEXT”


E. Now, following screen will appear:

Click “INSTALL”

F. Now, following screen will appear:

After installation complete, click “NEXT”


G. Now, following screen will appear:

click “NEXT”

H. Now, following screen will appear:

click “FINISH”
STEP 3: INSTALLING SCIKIT-RF PACKAGE

A. Download latest scikit-rf package from following link:


https://pypi.org/project/scikit-rf/

B. Launch Anaconda 3 from start menu

C. After that, you will see following screen

Click on “Environments”
D. Then, following screen will appear then click on arrow near to base root and then
click open terminal.

E. Now, following screen will appear


F. Now, archive the downloaded “scikit-rf-0.15.3.tar” file. Then, in terminal navigate
into the folder as shown below:

G. Then, write the following command


python setup.py install

H. Finish.
STEP 4: TEST RUN

A. Open “Jupyter Notebook” by clicking “Launch” under Jupyter Notebook icon.

B. You will see the following screen in your default browser.

Click on “New”.
C. Then you will see the following options:

From the options, select “python 3”.

D. After that python terminal will open as shown below:

E. In this terminal write the following command:

import skrf as rf

And then press “ Shift + Enter”.

If this runs into error, then look back the installation process and possibly reinstall.
Else, if no error then you are ready to go.

You might also like