@ -54,5 +54,8 @@ You should now be able to install packages from Artifactory using both the `jf p
```shell
jf pip install requests
```
pip install requests
@ -55,12 +55,15 @@ module "jfrog" {
}
You should now be able to install packages from Artifactory using both the `jf npm`, `jf go`, `jf pip` and `npm`, `go`, `pip` command.
You should now be able to install packages from Artifactory using both the `jf npm`, `jf go`, `jf pip` and `npm`, `go`, `pip` commands.
jf npm install prettier
jf go get github.com/golang/example/hello
npm install prettier
go get github.com/golang/example/hello