-
Notifications
You must be signed in to change notification settings - Fork 55
/
INSTALL.txt
36 lines (26 loc) · 1.21 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
System requirements
-------------------
ViTables 3.0.3 has been tested against the latest versions of Python 3,
PyTables and PyQt. You can try other versions at your own risk :).
Installation on a conda environment
-----------------------------------
Using conda you should be able to run vitables on any system, let it
be linux, mac or windows. The following are instructions for linux-like
systems.
Simply run::
$ conda install -c conda-forge vitables
Installation on Windows and Mac OS X platforms
----------------------------------------------
Currently there are no graphical installers available for these platforms. You
have to install ViTables from the command line, using one of the methods
described in the Linux section.
Installation on Linux platforms
-------------------------------
The Python setuptools are used to build and install ViTables.
The easiest way to install it is to download it from PyPi::
$ pip install ViTables
Alternatively, you can download the binary package from the download area
(see vitables.org/Downloads for details), go to the directory where you have
downloaded the file and issue the command::
$ pip install ViTables-3.0.3-py3-none-any.whl
This should install the ViTables wheel.