Skip to content

Commit

Permalink
comment out Anaconda in installation instructions (until I fix liam2 …
Browse files Browse the repository at this point in the history
…to work with it)
  • Loading branch information
gdementen committed Feb 5, 2018
1 parent 1809edd commit 2d4905d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,28 @@ Optional dependencies:

There are several options to install all those packages. In order of increasing difficulty:

* `Using Anaconda (all platforms)`_
.. * `Using Anaconda (all platforms)`_
* `Using Miniconda (all platforms)`_
* `Getting binary packages using apt-get (GNU/linux debian-based distributions)`_
* `Getting binary packages from Christoph Gohlke (Windows only)`_
* `Getting third-party packages directly from their authors`_


Using Anaconda (all platforms)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..
Using Anaconda (all platforms)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Install Anaconda 2.1 or later (Python 2.7). It includes out of the box all required dependencies, matplotlib and
sphinx. We recommend using the 64-bit version if you have a 64bit OS.
1. Install Anaconda 2.1 or later (Python 2.7). It includes out of the box all required dependencies, matplotlib and
sphinx. We recommend using the 64-bit version if you have a 64bit OS.

2. Install ViTables. In a command prompt, type: ::
2. Install ViTables. In a command prompt, type: ::

pip install https://github.com/gdementen/ViTables/archive/682eda12f8965715200dd326764cd0c7194d91fc.zip
pip install https://github.com/gdementen/ViTables/archive/682eda12f8965715200dd326764cd0c7194d91fc.zip

Note that using other Python distributions should probably work, but we have
not tested that. As of this writing, Python(x,y) and WinPython are both missing
the "bcolz" package, so it would need to be installed from another source, if needed.
Note that using other Python distributions should probably work, but we have
not tested that. As of this writing, Python(x,y) and WinPython are both missing
the "bcolz" package, so it would need to be installed from another source, if needed.


Using Miniconda (all platforms)
Expand Down

0 comments on commit 2d4905d

Please sign in to comment.