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

Use poetry instead for version management #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Use poetry instead for version management #1

wants to merge 3 commits into from

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.

1 participant