Clone the git repository
$ git clone https://github.com/oresat/oresat-vpn.git
Change to the oresat-vpn
directory
$ cd oresat-vpn
Install dependencies
NOTE: May need to replace pip
with pip3
on your system (it varies on
OS and distro).
$ pip install -r requirements.txt
Build the docs
$ make html -C docs
Open docs/build/html/index.html
in a web browser.