Skip to content

Files

Latest commit

author
Vincent Schouten
Jun 3, 2021
ec13f40 · Jun 3, 2021

History

History
20 lines (12 loc) · 333 Bytes

INSTALLATION.rst

File metadata and controls

20 lines (12 loc) · 333 Bytes

Installation

At the command line:

$ pip install powermolecli

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv powermolecli
$ pip install powermolecli

Or, if you are using pipenv:

$ pipenv install powermolecli

Or, if you are using pipx:

$ pipx install powermolecli