Skip to content

Commit

Permalink
Rucio client, remove 'Install via pip and virtualenv' section; fix #383
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Oct 25, 2024
1 parent ef17e7d commit 42ce932
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/user/setting_up_the_rucio_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ To upgrade via pip:
pip install --upgrade rucio-clients
```

## Install via pip and virtualenv

To install the Rucio clients in an isolated `virtualenv` environment:

```bash
wget --no-check-certificate https://raw.github.com/pypa/virtualenv/master/virtualenv.py
python virtualenv.py rucio
source rucio/bin/activate.csh
pip install rucio-clients
export RUCIO_HOME=`pwd`/rucio/
```

## Installing using setup.py

Otherwise, you can install from the distribution using the `setup.py`
Expand Down

0 comments on commit 42ce932

Please sign in to comment.