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

Latest commit

 

History

History
38 lines (25 loc) · 585 Bytes

developers.md

File metadata and controls

38 lines (25 loc) · 585 Bytes

Developing predict-eth

This README is for those further improving the predict-eth library.

Installation from source

In a new terminal:

#clone the repo and enter into it
git clone https://github.com/oceanprotocol/predict-eth
cd predict-eth

#Create & activate venv
python -m venv venv
source venv/bin/activate

#Install modules in the environment
pip3 install -r requirements.txt

Testing

From the terminal:

pytest

Usage

From the same terminal: python

Then, in Python console:

# (do the same as in the main README)