Skip to content

open-vcpkg/python-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcpkg-python

Additional python ports for vcpkg

Usage Enable registries feature flag in vcpkg and write a vcpkg-configuration.json file(or a vcpkg-configuration field in vcpkg.json) like this in your project's root directory, and you're good to go.

{
    "registries": [
      {
        "kind": "git",
        "repository": "https://github.com/open-vcpkg/vcpkg-python.git",
        "packages": [
          "python3",
          "vcpkg-python-scripts",
          "py-*"
        ]
      }
    ]
}

Contributions

Contributions are very welcome 👋

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks