File: index.rst

package info (click to toggle)
python-mistral-lib 3.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 1,346; makefile: 21; sh: 2
file content (12 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install mistral-lib

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv mistral-lib
    $ pip install mistral-lib