Installation
To install Calkit, Git and Python must be installed. If you want to use Docker containers, which is typically a good idea, that should also be installed. For Python, we recommend uv. On Linux, macOS, or Windows Git Bash, you can install Calkit and uv with:
Or with Windows Command Prompt or PowerShell:
powershell -ExecutionPolicy ByPass -c "irm https://github.com/calkit/calkit/raw/refs/heads/main/scripts/install.ps1 | iex"
If you already have uv installed, install Calkit with:
Alternatively, but less ideally, you can install with your system Python:
Next, connect to a Calkit Hub for collaboration and backup.
Calkit Assistant
For Windows users, the Calkit Assistant app is the easiest way to get everything set up and ready to work in VS Code, which can then be used as the primary app for working on all scientific or analytical computing projects.