Skip to content

Commit

Permalink
Deployed 1cc87aa with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gassraphael committed Jan 6, 2025
1 parent 33e84d3 commit bf9de10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,24 @@ <h1 id="installation">Installation</h1>
<ol>
<li>
<p>Clone the repository:
<code>git clone https://github.com/gassraphael/AlphaPEM.git</code></p>
<code>bash
git clone https://github.com/gassraphael/AlphaPEM.git</code></p>
</li>
<li>
<p>Navigate to the project directory:
<code>cd AlphaPEM</code></p>
<code>bash
cd AlphaPEM</code></p>
</li>
<li>
<p>Update the Python package manager, pip, to the latest available version:
<code>pip install --upgrade pip</code></p>
<code>bash
pip install --upgrade pip</code></p>
</li>
<li>
<p>Install the required dependencies (eventually in a specific environment):
<code>pip install numpy scipy matplotlib colorama geneticalgorithm2</code> \n
<code>python3 -m pip install git+https://github.com/RedFantom/ttkthemes</code></p>
<code>bash
pip install numpy scipy matplotlib colorama geneticalgorithm2
python3 -m pip install git+https://github.com/RedFantom/ttkthemes</code></p>
</li>
</ol>
<h1 id="major-updates">Major updates</h1>
Expand Down Expand Up @@ -254,5 +258,5 @@ <h1 id="related-publications">Related publications</h1>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2025-01-06 21:10:08.708996+00:00
Build Date UTC : 2025-01-06 21:11:33.715803+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit bf9de10

Please sign in to comment.