-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathINSTALL.txt
26 lines (20 loc) · 889 Bytes
/
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
System requirements
-------------------
ViTables 3.1.0 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 easiest way to install it is to download it from PyPi::
$ pip install ViTables