Skip to content

Conversation

@i077
Copy link
Member

@i077 i077 commented Mar 17, 2021

Poetry is uhhhhhhh better for Python version management.


Installing Poetry

On Linux machines, run

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3

On macOS with Homebrew,

brew install poetry

Migrate virtualenv to poetry

In the git repo, once Poetry is installed, run

poetry install

Commands to use poetry will be similar to pipenv:

poetry run <command> # This will run <command> inside the virtual environment 
poetry shell # This will open a shell in the virtual environment

@i077 i077 changed the title Use poetry instead for version management, start adding judge scoring page Use poetry instead for version management Mar 18, 2021
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.

2 participants