Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 332 Bytes

virtualenv-installation.md

File metadata and controls

22 lines (18 loc) · 332 Bytes

VirtualEnv installation

Clone this repository:

git clone /~https://github.com/xvitaly/hudman.git hudman

Create a new Python Virtual Environment:

python3 -m venv hudman

Activate Virtual Environment:

source hudman/bin/activate

Install bot using Python 3 in VENV:

cd hudman
python3 setup.py install