Skip to content

Commit

Permalink
Psydac manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
jalalium committed Feb 23, 2024
1 parent 836dde4 commit 1b2998b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
apt install python3 python3-dev python3-pip
apt install gcc gfortran
apt install libblas-dev liblapack-dev
apt install libopenmpi-dev openmpi-bin
apt install libomp-dev libomp5
apt install libhdf5-openmpi-dev
git clone https://github.com/pyccel/psydac.git
cd psydac
pip install -r requirements.txt
Expand Down

0 comments on commit 1b2998b

Please sign in to comment.