We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of feature #21
As a Workspace User I want to access python packages from PyPI So that I can install python packages on a VM in a workspace
As a TRE Administrator I want to configure Sonartype Nexus RM from outside of a workspace So that I can configure package mirrors
As a Workspace Owner I want to ensure that users cannot leak data from the workspace to Sonartype Nexus RM So that no data is leaked
pip install pandas
The text was updated successfully, but these errors were encountered:
tamirkamara
No branches or pull requests
Part of feature #21
Description
As a Workspace User
I want to access python packages from PyPI
So that I can install python packages on a VM in a workspace
As a TRE Administrator
I want to configure Sonartype Nexus RM from outside of a workspace
So that I can configure package mirrors
As a Workspace Owner
I want to ensure that users cannot leak data from the workspace to Sonartype Nexus RM
So that no data is leaked
Acceptance Criteria
pip install pandas
( https://help.sonatype.com/repomanager3/formats/pypi-repositories#PyPIRepositories-InstallingPyPIClientTools )Implementation
The text was updated successfully, but these errors were encountered: