Skip to content

Commit

Permalink
update where-to-start
Browse files Browse the repository at this point in the history
  • Loading branch information
bairdlangenbrunner committed Jul 15, 2018
1 parent 4ee785a commit cb87073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-07-15T15:44:26-07:00</updated><id>http://localhost:4000/</id><title type="html">Python for climate scientists</title><subtitle>Materials for Earth science data wrangling</subtitle><author><name>Baird</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-07-15T15:45:25-07:00</updated><id>http://localhost:4000/</id><title type="html">Python for climate scientists</title><subtitle>Materials for Earth science data wrangling</subtitle><author><name>Baird</name></author></feed>
6 changes: 3 additions & 3 deletions _site/where-to-start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1 class="h0 mt-3 mb-2 header-title-page">where to start</h1>

<hr>

<h3 id="1-to-get-python-going-use-anaconda-or-miniconda">1. To get Python going, use Anaconda or Miniconda.</h3>
<h3 id="1-to-get-python-going-use-anaconda-or-miniconda">1. To get Python going, use Anaconda or Miniconda</h3>

<p>I recommend using either <strong><a href="https://conda.io/docs/user-guide/install/download.html">Anaconda or Miniconda</a></strong> to install and maintain Python on your machine(s).</p>

Expand Down Expand Up @@ -184,11 +184,11 @@ <h4 id="alternatives-to-anacondaminiconda">Alternatives to Anaconda/Miniconda</h
Canopy seems like it could be great, but it’s not free to use the full distribution, and the Python community really seems to be gathering around conda these days.</p>
</blockquote>

<h3 id="2-mess-around-with-conda-and-get-the-hang-of-it">2. Mess around with conda and get the hang of it.</h3>
<h3 id="2-mess-around-with-conda-and-get-the-hang-of-it">2. Mess around with conda and get the hang of it</h3>

<p>I can do this as much justics as the half-hour <a href="https://conda.io/docs/user-guide/getting-started.html">getting started with conda</a> documentation. That will get you where you need to be.</p>

<h3 id="3-install-the-libraries-youll-need-most">3. Install the libraries you’ll need most.</h3>
<h3 id="3-install-the-libraries-youll-need-most">3. Install the libraries you’ll need most</h3>

<p>If you just installed Anaconda, some of these will already be on your system. If you installed Miniconda, you’ll likely need to grab a few extra things. The most useful libraries for any Python installation are below. Getting these is a good first step.</p>

Expand Down
6 changes: 3 additions & 3 deletions collections/_pages/where-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Are you excited yet?!
---

### 1. To get Python going, use Anaconda or Miniconda.
### 1. To get Python going, use Anaconda or Miniconda

I recommend using either **[Anaconda or Miniconda][conda.io]** to install and maintain Python on your machine(s).

Expand Down Expand Up @@ -47,11 +47,11 @@ If you're brand new to Python, Anaconda will probably be a safer bet. It's a li
> **"Hmm... ok, and what about Canopy? I think I met a ghost once who uses it!"**
> Canopy seems like it could be great, but it's not free to use the full distribution, and the Python community really seems to be gathering around conda these days.
### 2. Mess around with conda and get the hang of it.
### 2. Mess around with conda and get the hang of it

I can do this as much justics as the half-hour [getting started with conda][conda-tutorial-link] documentation. That will get you where you need to be.

### 3. Install the libraries you'll need most.
### 3. Install the libraries you'll need most

If you just installed Anaconda, some of these will already be on your system. If you installed Miniconda, you'll likely need to grab a few extra things. The most useful libraries for any Python installation are below. Getting these is a good first step.

Expand Down

0 comments on commit cb87073

Please sign in to comment.