Skip to content

Commit

Permalink
simsopt setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jul 5, 2024
1 parent a24097d commit 54b91f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jupytext
sphinx
mkdocs
pdm
setuptools_scm

# File formats
openpyxl
Expand All @@ -30,6 +31,7 @@ plotly>=5.22
scikit-build
scikit-build-core
f90wrap==0.2.14
pybind11

# Statistics
pyarrow
Expand Down
11 changes: 11 additions & 0 deletions scripts/setup_simsopt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

#!/bin/bash

if [ ! -d "simsopt" ] ; then
echo "Fetching and building simsopt..."
git clone [email protected]:itpplasma/simsopt.git
fi

pushd simsopt
pip install --no-build-isolation -e .
popd
1 change: 1 addition & 0 deletions scripts/setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install --upgrade meson
python -m pip install --upgrade ninja
python -m pip install --upgrade numpy==1.24.4
python -m pip install -r requirements.txt

0 comments on commit 54b91f2

Please sign in to comment.