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 15a8ca4 commit 93c96c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install gfortran
sudo apt-get install openmpi-bin libopenmpi-dev
sudo apt-get install libhdf5-openmpi-dev
git clone https://github.com/pyccel/psydac.git
cd psydac
pip install --no-dependencies .
export PYTHONPATH="${PYTHONPATH}:@{pwd}"
python -m pip install -r requirements.txt
python -m pip install -r requirements_extra.txt --no-build-isolation
pip install .
pip install jupyter-book ghp-import sphinx_proof
python -m ipykernel install --user --name .iga-python --display-name "IGA-Python"
Expand Down

0 comments on commit 93c96c0

Please sign in to comment.