Python
Warning
The Python project is currently on halt. You can use as reference or to continue developing it.
To work on H-hat on your computer, you need to:
-
Download the repository via the terminal with:
2. Go to the project folder (1git clone https://github.com/hhat-lang/hhat_lang.gitcd hhat_lang/by default) 3. Configure a Python virtual environment. You can choose between various packages, including venv, hatch, uv, pdm, and poetry. (1) -
Here we mentioned the most common ones, but there are plenty of other package and project managers. Choose the one that suits your needs.
-
Activate it (each package has their own way to do it, please check it out before proceeding)
-
Install the package via
pipas follows: -
if you are using
bashshell1:1pip install -e .[all] -
if you are using
zshshell:1pip install -e ".[all]"
-
How to check which shell I am using? ↩