Installing PyCASSE ================== * Download or clone the PyCASSE repository:: $ git clone https://github.com/descyphy/pycasse * Navigate to PyCASSE folder where ``setup.py`` is located Pre-requisites -------------- * Install dependencies:: $ pip3 install -r requirements.txt Optimization Solver ------------------- Gurobi ^^^^^^ PyCASSE uses Gurobi [Gurobi]_ for solving mixed integer programs (MIP). * Install `Gurobi `_ * Setup `Gurobi Python Interface for Python Users `_ * Get a Gurobi license * Faculty, students, or staff of an academic institution might be eligible for `a free academic license `_ PyCASSE ------- * Install PyCASSE:: $ pip3 install . You are now ready to use PyCASSE!