randlab / ArchPy_course

Notebooks examples and documentation for the June 27, 2023 ArchPy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArchPy_course

Notebooks examples and documentation for the June 27, 2023 ArchPy course

How to install ArchPy

Create a conda environment with the following command:

conda create -n archpy_course python=3.11

Install archpy with the following command:

pip install geoarchpy

Install geone: Download the latest version of the package,extract it, move to the geone folder (using cd command) and install it with the following command:

pip install .

And that's it! You are ready to go!

About

Notebooks examples and documentation for the June 27, 2023 ArchPy course