Skip to content

Installation

Den1al edited this page Jun 28, 2018 · 1 revision

Installation

Clone

First, git clone the repo using git clone https://github.com/Den1al/PyLazyS3.git. Then, change to that directory cd pylazys3.

Virtualenv & Pyenv

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.

Requirements

Now, once we have a virtual env, we need to install the requirements: pip install -r requirements.

Clone this wiki locally