CompLab is an interactive, visual and intuitive constructor of compartmental mathematical models with set of auxiliary tools.
TBD
For detailed user guide and software description, please refer to Wiki.
TBD
-
Clone the Repository
Open terminal and run:
git clone https://github.com/why-not-dev/comp-lab cd comp-lab
-
Install Dependencies
You can install the necessary dependencies for both Python and Node.js manually or using a provided installation script:
.\install-dependencies.ps1
-
Install the Python VS Code Extension
- Open VS Code.
- Go to the Extensions tab.
- Search for and install the Python.
-
Open the Repository in VS Code
- In VS Code, click on File > Open Folder and select repository folder.
-
Launch the Debugger
- Click on the Run and Debug tab in VS Code.
- From the dropdown at the top, select "Launch Project".
- Click the green Play button to start the debugging session.
You can now set breakpoints, inspect variables, and step through the code in both environments.
P.S. Those instructions are for Windows. If you are using Linux - you probably know how to do it anyway
All commits in this project, regardless of their creation date, are published under the terms of the GNU Affero General Public License Version 3.