Skip to content

Commit

Permalink
Create ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Oct 14, 2020
1 parent 1f9a948 commit f40af7b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Python/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# It is the setup instructions for using Anaconda Python

## 1. Download and install Anaconda Python:

You may download Anaconda Python from its official website: https://www.anaconda.com

Anaconda Python is a python programming environment focusing on data science and computing. It is a cross-platform system when you may install on Windows, Linux or Mac. You may find the installation instructions for your OS on the following webpage:

https://docs.anaconda.com/anaconda/install/

## 2. Getting Started with Anaconda:

After installation, you may get started by using Anaconda Navigator. Find the Anaconda Navigator from your programs. See the following webpage for details.

https://docs.anaconda.com/anaconda/user-guide/getting-started/

## 3. Set up your own Python environment:

After launching the Anaconda Navigator, you may see the Home page of several Python programming interface.

https://docs.anaconda.com/anaconda/navigator/

You need to set up your Python enviroments first. Download the environment.xml in the github repository under Python/Env and use it as the imported enviroment file.

![Navigator](Env/navigator.png)



0 comments on commit f40af7b

Please sign in to comment.