Skip to content

Commit

Permalink
requirements.txt: add --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored May 5, 2023
1 parent 4b159a0 commit 4d56f1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ else
python3 -m pip install --upgrade pip
MPICC="cc -target-accel=nvidia80 -shared" python3 -m pip install -U --no-cache-dir -v mpi4py
python3 -m pip install --upgrade pytest
python3 -m pip install -r requirements.txt
python3 -m pip install -r examples/requirements.txt
python3 -m pip install --upgrade -r requirements.txt
python3 -m pip install --upgrade -r examples/requirements.txt
fi

# GPU-aware MPI
Expand Down Expand Up @@ -130,8 +130,8 @@ else
python3 -m pip install --upgrade pip
MPICC="cc -shared" python3 -m pip install -U --no-cache-dir -v mpi4py
python3 -m pip install --upgrade pytest
python3 -m pip install -r requirements.txt
python3 -m pip install -r examples/requirements.txt
python3 -m pip install --upgrade -r requirements.txt
python3 -m pip install --upgrade -r examples/requirements.txt
fi

# tune exactly for KNL sub-architecture
Expand Down Expand Up @@ -303,8 +303,8 @@ Examples:

In order to run our tests, you need to have a few Python packages installed:
```console
python3 -m pip install -U pip setuptools wheel pytest
python3 -m pip install -r examples/requirements.txt
python3 -m pip install --upgrade pip setuptools wheel pytest
python3 -m pip install --upgrade -r examples/requirements.txt
```

You can run all our tests with:
Expand Down

0 comments on commit 4d56f1a

Please sign in to comment.