Skip to content

dicombes/PNR-PlantArchi-TP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNR Technical School: training session on Modelling Plants under Agrivoltaics

Installation of the training material

To access git material, install first Github Desktop

In a convenient directory, you will now download the training material by clicking on <> Code, selecting Github Desktop and following the instruction to clone the project on your computer.

Alternativelly, you can use the following commands in a shell:

cd /path/to/your/documents
git clone https://github.com/fredboudon/PNR-PlantArchi-TP.git

Installation of Software using Conda

This installation is based on Conda. Conda is a package manager that can be installed on Linux, Windows, and Mac. If you have not yet installed conda on your computer, follow these instructions:

Conda Installation. Follow instructions for Miniforge.

Conda Download. Use the proper installation for your OS.

Then, after the install of conda, run the following command in an Anaconda Shell to create the sofware environment :

cd /path/to/your/documents/PNR-PlantArchi-TP/
mamba env create -f environment.yml

Activate the environment, named pnr, using

conda activate pnr

Test your installation by running

jupyter lab .

Online access to the exercices

Binder NBViewer NBViewer NBViewer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.5%
  • Python 29.8%
  • Dockerfile 6.7%