you can install it for a specific, without an environment (even if it is not recommended)
```bash
pip install-r requirements.txt
```
if you are an administrator you can install it for some other user…
```bash
sudo-H-u otherUser pip install-r requirements.txt
```
NB : it is better if that user also cloned the repo, otherwise dubious ownership might arise and that use should have the following lines in **their**`.gitconfig`