Installation¶
Prerequisites¶
Python 3.11 or higher
Poetry (for dependency management)
Git (for cloning the repository)
Quick Start¶
Clone the repository:
git clone https://github.com/Danweel/LatticeLang.git cd LatticeLang
Install dependencies with Poetry:
poetry installActivate the environment:
poetry shellRun the application:
poetry run python -m latticelang
Development Installation¶
For contributors who want to modify the source code:
poetry install --with dev,docs
See the Troubleshooting section below.
Note
This section will expand as we gather common installation issues from users.
Troubleshooting¶
If you encounter issues during installation:
Ensure you are using Python 3.11 or higher.
Verify your Poetry installation is up to date.
Check that your virtual environment is activated.
For more help, please open an issue on our GitHub repository.