Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.17 KB

Python environment management

pem tool allows easy manage different Python's versions and dependencies. To find out more, please visit http://pem.extsoft.pro .

Rultor.com PDD status Build Status

Installation

Manual

First of all, you have to install dependencies:

Then, install pem:

curl https://raw.githubusercontent.com/extsoft/pem/master/install.bash | $(which bash)

Homebrew

brew install bees-hive/hive/pem

To find out more click here.

Contribution

If you have any questions/suggestions, please open a new issue.

Before send a pull request, make sure the tests are passed. Please use docker command from .travis.yml to run the tests.