Cryptocurrencies observation center
- Clone the repo
$ git clone https://github.com/josepgl/phoebe.git
or
$ git clone git@github.com:josepgl/phoebe.git
- Create a virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
- Install Python dependencies
$ pip install -r requirements.txt