Skip to content

Instantly share code, notes, and snippets.

@tcapelle
Last active November 28, 2019 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcapelle/66b5523409954a331519b0295a6e42b3 to your computer and use it in GitHub Desktop.
Save tcapelle/66b5523409954a331519b0295a6e42b3 to your computer and use it in GitHub Desktop.
Installing bifacial Radiance

Quick install :

  1. Installer Radiance et ajouter les binaires au Path de windows. Faire un test simple, ouvrir une terminal (je conseil cmder) et lance la commande:
>>rvu
rvu: fatal - missing octree argument

L'output doit etre rvu: fatal - missing octree argument, ca veut dire que il trouve rvu sur ton path.

  1. Créer un environment sur conda pour travailler sur Radiance
conda create –-name=raytracing python=3.7
conda activate raytracing
conda install –c pvlib numpy pandas matplotlib jupyter pvlib pip tqdm
conda install -c conda-forge fire
  1. cloner le repo de bifacial_radiance sur apps, aller sur le dossier et installer avec pip.
pip install -e .

L'option -e le rend editable, et le point lui dit d'installer ce repertoire.

  1. faire pull du repo lspv_analyseSoft et essayer de executer le notebook Raytracing_simulations/brise_soleil/01...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment