Contribute to OREONI#

Adding a resource to the book#

Our list of resources is available here but we may have missed some or there may be some new ones that have appeared since the last update.

If you want to add a resource to our resource list, please use our form to open an issue and we will get back to you.

Building the book locally#

Requirements

  • Python

Clone the reposity

git clone https://github.com/oreoni/oreoni.github.io.git
cd oreoni

Install all the required packages:

pip install -r requirements.txt
jupyter-book build content

If you are using a Linux distribution, you can use the following commands

  • to install the required packages AND build the book:

make install
  • to build the book:

make book

Type make help to see the list of available commands.