Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

installing gunicorn with anaconda

#for linux and osx:
conda install -c conda-forge gunicorn
#for windows:
pip install gunicorn
 
PREVIOUS NEXT
Tagged: #installing #gunicorn #anaconda
ADD COMMENT
Topic
Name
7+2 =