Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (29 loc) · 585 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 585 Bytes

read_until_api_v2

Python3 implementation of the read_until_api


Table of Contents

Features

Setup and Installation

Installation

# Clone repositories
git clone https://github.com/looselab/read_until_api_v2.git
git clone https://github.com/looselab/ru.git

# Build ru code
cd ru
python3 -m venv venv3
source ./venv3/bin/activate
pip install --upgrade pip -r requirements.txt
python setup.py develop

# Build read until api
cd ../read_until_api_v2
pip install -r requirements.txt
python setup.py develop