We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2215d commit 3d990d1Copy full SHA for 3d990d1
docs/index.md
@@ -22,11 +22,7 @@ pip install rsconnect-python
22
You may also build and install a wheel directly from a repository clone:
23
24
```bash
25
-git clone https://github.com/posit-dev/rsconnect-python.git
26
-cd rsconnect-python
27
-pip install pipenv
28
-make dist
29
-pip install ./dist/rsconnect_python-*.whl
+pip install git+https://github.com/posit-dev/rsconnect-python.git
30
```
31
32
### Using the rsconnect CLI
0 commit comments