-
Notifications
You must be signed in to change notification settings - Fork 4
Install Instructions for Mac
You need pip
commands available to install CsoDIAq. If you already have these installed, skip down to the "Download Repository (with Git)" section.
You can access command line functions from the Terminal application (Applications -> Utilities -> Terminal).
A fantastic tool for downloading software packages for Mac is Homebrew. CsoDIAq cannot be directly downloaded via Homebrew, but pip
can be.
To begin using Homebrew, go to their website brew.sh and copy and paste the code at the command line. Hit enter, and download should begin automatically.
Now that you have Homebrew installed, enter the following:
brew install pip
Now you're good to go downloading and installing CsoDIAq!
enter the following code when in your desired repository:
git clone https://github.com/CCranney/CsoDIAq.git
enter the csodiaq folder:
cd CsoDIAq
then install using pip:
pip install .
Now it has been downloaded and installed!
To access the CsoDIAq gui, enter csodiaq gui
from the command line.