Skip to content

Commit

Permalink
OpenBSD instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkmatt committed Jan 11, 2021
1 parent da3169b commit a8b0af0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/INSTALLATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Strongly suggested: setup a `Virtualenv <https://virtualenv.pypa.io/>`_.
# on CentOS:
sudo yum install epel-release
sudo yum install python-pip python-virtualenv
# OpenBSD
pkg_add bgpq3
pkg_add python3
pkg_add py3-packaging py3-wheel py3-pip py3-virtualenv
# setup a virtualenv
mkdir -p ~/.virtualenvs/arouteserver
Expand Down

0 comments on commit a8b0af0

Please sign in to comment.