User Tools

Site Tools


python:start

This is an old revision of the document!


Python3 Support

Create Conda Environment for PVLIB

# Make conda-forge the default conda installation channel.
# This makes "-c conda-forge" channel selection unnecessary.  
conda config --add channels conda-forge
conda config --set channel_priority strict
 
# create the environment pvlib with python3
conda create --name pvlib python=3
 
# activate the environment named pvlib
conda activate pvlib
 
# install jupyter lab, -c option used explicitly
conda install -c conda-forge jupyterlab
 
# install pvlib from conda-forge
conda install -c conda-forge pvlib-python
python/start.1656260918.txt.gz · Last modified: 2022/06/26 16:28 by rolf