mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.3K
active users

#iosacal

0 posts0 participants0 posts today
Stefano Costa<p>Starting today, you can install iosacal with <a rel="nofollow noopener noreferrer" href="https://conda.org/" target="_blank">conda</a>. This adds to the existing installation procedure with pip. Conda is a good fit for complex projects and has better tooling for reproducibility.</p><p>Installing iosacal can be achieved by adding conda-forge to your channels with:</p><pre><code>conda config --add channels conda-forge conda config --set channel_priority strict</code></pre><p>Once the conda-forge channel has been enabled, iosacal can be installed with conda:</p><pre><code>conda install iosacal</code></pre><p>or with <a href="https://github.com/mamba-org/mamba" rel="nofollow noopener noreferrer" target="_blank">mamba</a>:</p><pre><code>mamba install iosacal</code></pre><p><a href="https://steko.iosa.it/2024/03/install-iosacal-with-conda/" rel="nofollow noopener noreferrer" target="_blank">https://steko.iosa.it/2024/03/install-iosacal-with-conda/</a></p><p><a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://steko.iosa.it/tag/conda/" target="_blank">#conda</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://steko.iosa.it/tag/conda-forge/" target="_blank">#condaForge</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://steko.iosa.it/tag/iosacal/" target="_blank">#iosacal</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://steko.iosa.it/tag/python/" target="_blank">#python</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://steko.iosa.it/tag/radiocarbon/" target="_blank">#radiocarbon</a></p>