diff --git a/python-example/pip-example/README.md b/python-example/pip-example/README.md index 131e939eca..fcec20a6a6 100644 --- a/python-example/pip-example/README.md +++ b/python-example/pip-example/README.md @@ -44,8 +44,8 @@ Output JFrog CLI version: Configure Artifactory: > jf c add --url= [credentials flags] -Configure the project's resolution repository. You shoud set the virtual repository you created. -> jf pip-config --repo-resolve= +Configure the project's resolution repository. +> jf pip-config --repo-resolve= --repo-deploy= Install project dependencies with pip from Artifactory: @@ -59,7 +59,7 @@ Package the project, create distribution archives (tar.gz and whl): > python setup.py sdist bdist_wheel Upload the packages to the pypi repository in Artifactory: -> jf rt u dist/ pypi/ --build-name=my-pip-build --build-number=1 --module=jfrog-python-example +> jf twine upload dist/* --build-name=my-pip-build --build-number=1 --module=jfrog-python-example Collect environment variables and add them to the build info: > jf rt bce my-pip-build 1 diff --git a/python-example/pipenv-example/README.md b/python-example/pipenv-example/README.md index e4e9b1d84a..edcaea185f 100644 --- a/python-example/pipenv-example/README.md +++ b/python-example/pipenv-example/README.md @@ -35,8 +35,8 @@ Output JFrog CLI version: Configure Artifactory: > jf c add -Configure the project's resolution repository. You shoud set the virtual repository you created. -> jf pipenv-config --repo-resolve= [credentials flags] +Configure the project's resolution repository. +> jf pipenv-config --repo-resolve= --repo-deploy= Install project dependencies with pipenv from Artifactory: > jf pipenv install --build-name=my-pipenv-build --build-number=1 --module=jfrog-pipenv-example @@ -45,7 +45,7 @@ Package the project, create distribution archives (tar.gz and whl): > python setup.py sdist bdist_wheel Upload the packages to the pypi repository in Artifactory: -> jf rt u dist/ pypi/ --build-name=my-pipenv-build --build-number=1 --module=jfrog-pipenv-example +> jf twine upload dist/* --build-name=my-pipenv-build --build-number=1 --module=jfrog-pipenv-example Collect environment variables and add them to the build info: > jf rt bce my-pipenv-build 1