File: INSTALL.txt

package info (click to toggle)
vitables 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,044 kB
  • sloc: python: 9,695; makefile: 214; sh: 90
file content (26 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
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