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

LooseLab/read_until_api_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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