Skip to content

Installation and Troubleshooting

Felix Hellman edited this page Jun 20, 2021 · 1 revision

Installation

pip3 install git+https://github.com/felix-hellman/gop.git --user

Troubleshooting

When gop is not on path

Go to where pip has installed gop using gitbash and adding it to your path, This is just a temporary solution and will not work in other terminal windows

cd `pip3 show gop | grep Location | awk '{print $2}'` && cd .. && cd Scripts/
PATH="`pwd`:$PATH"
Clone this wiki locally