Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 541 Bytes

setup.rst

File metadata and controls

22 lines (13 loc) · 541 Bytes

Installation

Installing from source

  1. Download a copy of the code from GitHub. You may need to install git.

    git clone https://github.com/vkosuri/py-hpalm.git
    
  2. It is recommended to use a virtual environment to avoid need of sudo.

    virtuenv venv
    source venv/bin/activate
    
  3. Upgrade pip after activating the virtual environment.

    pip install --upgrade pip
    pip install -r requirements.txt