Pipfile __link__ Site

Pipfile __link__ Site

[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true

Ready to try it out? If you have Pipenv installed , you can initialize a new project by simply running: pipenv install Use code with caution. Copied to clipboard Pipfile

You can configure sources for dependencies, allowing for private package repositories. [[source]] name = "pypi" url = "https://pypi

[packages] requests = "*"

If you have a proprietary package on a private server: Pipfile