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

Make core project installable via pip #217

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

Conversation

lukazso
Copy link

@lukazso lukazso commented Jul 3, 2022

I made the yolov6 directory with its contents installable via pip by adding setup.py and putting the directories in the package structure (simply added empty __init__.pys).

You can now install everything inside the yolov6 directory via pip by either

  1. Cloning the project and then running pip install . inside the project root directory, or
  2. Directly install it from github by running pip install git+https://github.com/meituan/YOLOv6.git (if it is on the main branch)

@Chilicyy
Copy link
Collaborator

Chilicyy commented Jul 4, 2022

Thanks for your contribution! We will verify and test the code as soon as possible.

@kadirnar
Copy link
Contributor

Hello @Chilicyy ,

I need the pip version for my projects. When will you accept this PR?

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.

None yet

3 participants