mirror of
https://github.com/pacnpal/pip-add.git
synced 2025-12-20 20:11:06 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e821ca9ec4 | ||
|
|
854c784eab |
13
README.md
13
README.md
@@ -20,7 +20,13 @@ Compatible with Python 3.11, 3.12, and 3.13.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
It's recommended to install pip-add within a virtual environment to avoid conflicts with system packages:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Create and activate virtual environment
|
||||||
|
python -m venv venv
|
||||||
|
source venv/bin/activate # or `venv\Scripts\activate` on Windows
|
||||||
|
|
||||||
# Install from PyPI
|
# Install from PyPI
|
||||||
pip install pip-add
|
pip install pip-add
|
||||||
|
|
||||||
@@ -28,6 +34,13 @@ pip install pip-add
|
|||||||
pip install --upgrade pip-add
|
pip install --upgrade pip-add
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For global installation (use with caution), you can install with pipx:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install globally using pipx
|
||||||
|
pipx install pip-add
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user