Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved software #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Also create a Github.com username. This is a free account. We will discuss more
## 3. Installing Python via Anaconda / Miniconda
We recommend that you use the most recent version of Python 3. Earlier versions of Python 3 work as well. There are some differences between Python 2 and Python 3, and many systems only include Python 2.7 as a standard installation. A Python installation for this course will be managed by the [conda](https://conda.io/docs/) package management system, described below.

Anaconda is a system for installing and otherwise managing Python and other software packages. Anaconda installs See [http://conda.pydata.org/miniconda.html](http://conda.pydata.org/miniconda.html) for instructions for downloading and installing miniconda for your OS, selecting the Python 3 series installer.
Anaconda is a system for installing and otherwise managing Python and other software packages. For the instructions for downloading and installing miniconda for your OS, selecting the Python 3 series installer see [http://conda.pydata.org/miniconda.html](http://conda.pydata.org/miniconda.html)

Below are detailed instructions **after** you have installed Miniconda (or the full Anaconda):
1. Update conda's listing of packages for your system: $``conda update conda``
Expand Down