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 for installation #37

Merged

Conversation

wwzeng1
Copy link

@wwzeng1 wwzeng1 commented Jul 29, 2023

This PR was copied from sweepai-dev#5 and generated by Sweep.
Resolves #34.
Testing:
image


Description

This PR addresses issue #34 by introducing Poetry as a new installation method for the project. It includes the following changes:

  • Creation of pyproject.toml file at the root of the repository, which is the standard file used by Poetry for dependency management.
  • Transfer of dependencies from gpt_migrate/requirements.txt to the pyproject.toml file under the [tool.poetry.dependencies] section.
  • Update of the README.md file to include instructions on how to install the project using Poetry, while preserving the existing installation instructions for users who prefer the old method.

Summary of Changes

  • Created pyproject.toml file with necessary configurations and dependencies.
  • Added new section in README.md titled "Installation using Poetry" with instructions on how to install Poetry and use it to install project dependencies.
  • Preserved existing installation instructions in README.md for users who prefer the old method.

Please review and merge this PR. Thank you!

Fixes #34.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/use-poetry-for-installation

@joshpxyne joshpxyne merged commit c6db2c1 into joshpxyne:main Jul 30, 2023
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.

Use poetry for installation
2 participants