66< link rel ="index " title ="Index " href ="genindex.html " /> < link rel ="search " title ="Search " href ="search.html " /> < link rel ="next " title ="License " href ="license.html " /> < link rel ="prev " title ="Pressio Tutorials " href ="index.html " />
77
88 < meta name ="generator " content ="sphinx-5.0.1, furo 2022.06.04.1 "/>
9- < title > Build instructions - pressio-tutorials 0.16 .0</ title >
9+ < title > Build instructions - pressio-tutorials 0.17 .0</ title >
1010 < link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
1111 < link rel ="stylesheet " type ="text/css " href ="_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89 " />
1212 < link rel ="stylesheet " type ="text/css " href ="_static/copybutton.css " />
125125 </ div >
126126 < div class ="header-center ">
127127 < a href ="index.html "> < div class ="brand "> pressio-tutorials
128- 0.16 .0</ div > </ a >
128+ 0.17 .0</ div > </ a >
129129 </ div >
130130 < div class ="header-right ">
131131 < div class ="theme-toggle-container theme-toggle-header ">
149149
150150
151151 < span class ="sidebar-brand-text "> pressio-tutorials
152- 0.16 .0</ span >
152+ 0.17 .0</ span >
153153
154154</ a > < form class ="sidebar-search-container " method ="get " action ="search.html " role ="search ">
155155 < input class ="sidebar-search " placeholder =Search name ="q " aria-label ="Search ">
@@ -227,7 +227,7 @@ <h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">#
227227< span class ="nb "> cd</ span > < span class ="w "> </ span > < span class ="nv "> $BUILDDIR</ span > < span class ="w "> </ span > < span class ="o "> &&</ span > < span class ="w "> </ span > make< span class ="w "> </ span > -j4
228228
229229< span class ="c1 "> # ensure you have all required Python packages installed</ span >
230- pip3< span class ="w "> </ span > install< span class ="w "> </ span > <path-to-your-cloned-repo>/py_requirements.txt
230+ pip3< span class ="w "> </ span > install< span class ="w "> </ span > -r < span class =" w " > </ span > <path-to-your-cloned-repo>/py_requirements.txt
231231</ pre > </ div >
232232</ div >
233233</ section >
@@ -246,11 +246,12 @@ <h2>Then what?<a class="headerlink" href="#then-what" title="Permalink to this h
246246< h2 > More details on dependencies< a class ="headerlink " href ="#more-details-on-dependencies " title ="Permalink to this heading "> #</ a > </ h2 >
247247< p > The tutorials have the following dependencies:</ p >
248248< ul class ="simple ">
249- < li > < p > pressio-rom C++ library: contains the C++ code that this tutorials repo convers </ p > </ li >
249+ < li > < p > pressio-rom C++ library: contains the C++ code that this tutorials repo covers </ p > </ li >
250250< li > < p > pressio-demoapps: provides a suite of physics problems that are used in the tutorials to demonstrate the functionalities of pressio</ p > </ li >
251251< li > < p > Eigen: is the library used by pressio-demoapps</ p > </ li >
252252< li > < p > Python: is used in pressio-demoapps to implement all the ROM workflow drivers</ p > </ li >
253253</ ul >
254+ < p > During configuration, all Pressio repositories will be automatically cloned inside of the tutorials directory.</ p >
254255</ section >
255256</ section >
256257
@@ -289,7 +290,7 @@ <h2>More details on dependencies<a class="headerlink" href="#more-details-on-dep
289290
290291 < a href ="https://github.com/pradyunsg/furo "> Furo</ a >
291292 < div class ="last-updated ">
292- Last updated on Sep 02 , 2025</ div >
293+ Last updated on Sep 10 , 2025</ div >
293294 </ div >
294295 < div class ="right-details ">
295296 < div class ="icons ">
0 commit comments