-
Notifications
You must be signed in to change notification settings - Fork 1
Install
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).
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 .
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.
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.
pygpseq v3.3.4
is published under the MIT License - Copyright (c) 2017-18 Gabriele Girelli
- Introduction
- Installation
- GPSeq image analysis
- GPSeq FISH analysis
- TIFF tools
- F.A.Q.
- Contributing