Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hplgit committed Sep 11, 2013
1 parent e4f4543 commit ef62e17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions index.html
Expand Up @@ -83,23 +83,16 @@ <h2>Resource page for</h2>
<pre>
sudo apt-get install python-scitools
</pre>
However, it is often advantageous to install the latest version of SciTools from <a href="http://code.google.com/p/scitools/">googlecode.com/p/scitools</a>:
<UL>
<P><LI> Method 1: download tarfile of the latest release from
<a href="http://code.google.com/p/scitools/downloads/list">http://code.google.com/p/scitools/downloads/list</a>.
<pre>
tar xzf scitools-0.9.0.tar.gz
cd scitools-0.9.0
sudo python setup.py install
</pre>
(the version number, here 0.9.0, might be different)
<P><LI> Method 2: install the most recent version
However, it is often advantageous to install the latest version of SciTools from <a href="http://code.google.com/p/scitools/">googlecode.com/p/scitools</a>.
Make sure you have the Mercurial (<tt>hg</tt>) version control system
on your computer (if not, do <tt>sudo apt-get install mercurial</tt>).
Get the SciTools source code and install it by
<pre>
hg clone https://langtangen@code.google.com/p/scitools/
cd scitools
sudo python setup.py install
</pre>
The advantage of method 2 is that you can get SciTools updates (bugfixes,
The advantage of this method is that you can get SciTools updates (bugfixes,
enhancements) whenever you want by going to the <tt>scitools</tt>
folder and running
<pre>
Expand Down
4 changes: 2 additions & 2 deletions install.html
Expand Up @@ -57,8 +57,8 @@ <H2>Recommended software</H2>
installer, on Mac you can use Fink for MacPorts to install Gnuplot).
<p>

Our experience with getting more than a thousand students to install
this software on all kinds of laptop computers, have led us to
Our experience with getting 1000+ students to install
this software on all kinds of laptops, have led us to
recommend one single procedure (unless one has sufficient competence
to follow the install instructions of each package on a particular
platform). This procedure consists of using Ubuntu Linux to do all
Expand Down

0 comments on commit ef62e17

Please sign in to comment.