Skip to content

Commit

Permalink
Deployed 04f087f with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschaeper committed Aug 20, 2024
1 parent d74a695 commit 9b81a13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ <h1 id="installation-guide">Installation Guide</h1>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-08-15 12:04:09.650848+00:00
Build Date UTC : 2024-08-20 09:22:28.420825+00:00
-->
2 changes: 1 addition & 1 deletion python-more/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1 id="additional-python-packages">Additional Python packages</h1>
</code></pre>
<p>Press enter to accept the proposed package plan with 'y' and <code>return</code>.</p>
<p>This command installs those two packages into the default (base) environment. It is fine, as we would like those to be shared across all environments we later create. However, it is generally not the case, as we want dependencies for our different projects well separated. For example, packages for this course should be wholly independent from packages you are using to write a paper. The next command creates a <code>conda</code> environment called <code>pp4rs</code> and installs all the packages required for the course. It might take a while.</p>
<pre><code class="language-bash"> conda env create -f https://pp4rs.github.io/2024-uzh-installation-guide/assets/pp4rs-environment.yml
<pre><code class="language-bash"> conda env create -f https://pp4rs.github.io/2024-uzh-installation-guide/assets/pp4rs_environment.yml
</code></pre>
<p>Generally, you should have such a file for each of your projects in order to easily reproduce the environment it was built in any time in the future.</p>
<div class="admonition tip">
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 9b81a13

Please sign in to comment.