This README is for those further improving the predict-eth library.
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
From the terminal:
pytest
From the same terminal: python
Then, in Python console:
# (do the same as in the main README)