The main reference for Mac OS users remains the first post. Please give a look in any case to the slides and the videos.
First installation is made with the installer found at the Anaconda site:
You have 2 options: Installing the graphical interface or installing the command line (Teminal) interface.
graphic interface: https://repo.anaconda.com/archive/Anaconda3-2020.11-MacOSX-x86_64.pkg
terminal interface: https://repo.anaconda.com/archive/Anaconda3-2020.11-MacOSX-x86_64.sh
After having installed Anaconda, please dowload the Python4GEOframe env:
if you download the zip file, you have subsequently to unzip it. Then within the terminal go into the directory/folder where you have save the unzipped files and execute:
(base) your environment here ~ % conda env create -f geoframe_rossano.yaml
The environment creation can take several minutes. After it has been created you can start the Jupiter lab environment by issuing the command:
(base) your environment here ~ % jupyter lab
You finally get the entry point for workin in Jupyter lab. Several Kernel are visible. During the GWS2021 we'll use the Python 3 Kernel, the first one on the top left.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.