Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add poetry lock #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add poetry lock #8

wants to merge 1 commit into from

Conversation

nascarsayan
Copy link

@nascarsayan nascarsayan commented Sep 15, 2024

Adding poetry support.
To get your local setup going, follow these steps:

  1. Install Poetry if you haven't already:
    curl -sSL https://install.python-poetry.org | python3 -
  2. Spin up a virtual environment and install the dependencies:
    python3 -m venv .venv && poetry install
  3. Fire up the virtual environment:
    source .venv/bin/activate

Lockfiles are key for making sure your code runs the same way, even years down the line. They lock in the exact versions of dependencies, giving you stability and reproducibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant