Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 447 Bytes

Phoebe

Cryptocurrencies observation center

GitHub

Installation

  1. Clone the repo
$ git clone https://github.com/josepgl/phoebe.git

or

$ git clone [email protected]:josepgl/phoebe.git
  1. Create a virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install Python dependencies
$ pip install -r requirements.txt