Installation

Prerequisites

  • Python 3.11 or higher

  • Poetry (for dependency management)

  • Git (for cloning the repository)

Quick Start

  1. Clone the repository:

    git clone https://github.com/Danweel/LatticeLang.git
    cd LatticeLang
    
  2. Install dependencies with Poetry:

    poetry install
    
  3. Activate the environment:

    poetry shell
    
  4. Run 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:

  1. Ensure you are using Python 3.11 or higher.

  2. Verify your Poetry installation is up to date.

  3. Check that your virtual environment is activated.

For more help, please open an issue on our GitHub repository.