Skip to content

Make core project installable via pip#217

Open
lukazso wants to merge 3 commits into
meituan:mainfrom
lukazso:feature/package
Open

Make core project installable via pip#217
lukazso wants to merge 3 commits into
meituan:mainfrom
lukazso:feature/package

Conversation

@lukazso

@lukazso lukazso commented Jul 3, 2022

Copy link
Copy Markdown

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

Chilicyy commented Jul 4, 2022

Copy link
Copy Markdown
Collaborator

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

@kadirnar

Copy link
Copy Markdown
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.

3 participants