-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Den1al edited this page Jun 28, 2018
·
1 revision
First, git clone the repo using git clone https://github.com/Den1al/PyLazyS3.git
. Then, change to that directory cd pylazys3
.
For every project I write, I recommend using pyenv as the python environment manager.
Then, after I install pyenv
, I create a new virtual environment using: pyenv virtualenv <NAME_OF_ENV>
, in example:
pyenv virtualenv lazys3-env
. In order to activate it simply use pyenv activate lazsys3-env
.
Now, once we have a virtual env, we need to install the requirements: pip install -r requirements
.