-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Started
Steven Clontz edited this page Jun 13, 2022
·
3 revisions
First make sure you have Python 3.8+ and SageMath 9.6(ish)+ installed.
Then (with internet access) run the following to install/upgrade CheckIt.
python -m pip install --upgrade pip
python -m pip install --upgrade checkit-dashboard
Then you can create your new bank as follows.
python -m checkit my-great-bank
This creates a new folder my-great-bank
that has all the minimal files to get started authoring. Open the Jupyter notebook dashboard.ipynb
to use the dashboard.
Use the Demo Bank as an example of how to use various features.