Python packages
Uploading
Twine is a popular tool for uploading Python packages to PyPI-like repositories. Run the following command to upload Python packages:Installing
Similar to pip, Anaconda Server supports user authentication using Basic Authentication. The following is the proper format for installing pip packages:x-auth-token
is not a placeholder, but is used as the actual password for Basic Authentication.R packages
Uploading
Since there is no standard tool for uploading R packages, you can use either the UI or API directly. Run the following command to upload R packages:<TOKEN>
is the x-auth-token
.
Example
cran_source_package
for source packages and cran_binary_package
for binary R packages.
Installing
You can use your domain as a repository URL in theinstall.packages
function by injecting a token into the path: