Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Install

Gabriele Girelli edited this page Jul 2, 2018 · 3 revisions

On Mac

Since Mac computers are Unix-based, use the commands for Linux. But note that python3 and pip3 are required. If not available, install them using brew install (homebrew).

On Linux

To install, run the following:

git clone http://github.com/ggirelli/pygpseq
cd pygpseq
sudo -H pip3 install .

To uninstall run the following from within the repository folder:

sudo -H pip3 uninstall pygpseq

To update, first uninstall, and then run the following from within the repository folder.

git pull
sudo -H pip3 install .

On Windows

We do not offer instructions for Windows setup, but the package, being Python3-pure, is compatible with the Microsoft OS. We warmly welcome any contributions regarding the proper instructions for this system! Check out our contributing guidelines for more details.

Got stuck?

Did you encounter an issue or got stuck during installation? Let us know by opening a new issue, and we'll help you through the process.