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 1b2998b commit a108ef7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ 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
pip install -r requirements_extra.txt --no-build-isolation
pip install .
pip install --no-dependencies .
cd ..
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 a108ef7

Please sign in to comment.