Personal configuration files
- git
- on MacOS, you can install with the following command:
xcode-select --install
- on MacOS, you can install with the following command:
- pip3 (this will also be installed when installing the XCode Command Line Tools)
- Python venv
- On Debian/Ubuntu, you can install with the following command:
sudo apt install python3-venv
- On Debian/Ubuntu, you can install with the following command:
- Homebrew
- Install instructions here
- run install script:
./install