5518763ad5c94a2ef9d55b0d668151fed6518277
Very basic README, to be expanded in the future. ref: N25B-144
Development environment
We begin by installing UV (very nice utility for managing packages and Python version):
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Using UV, installing the packages and virtual environment is as simple as typing the following (inside the root directory of this repository):
uv sync
Running
Description
Languages
Python
98.5%
Shell
1.3%
ASL
0.2%