Effective Python: Setting up Python Environments
programming
Python
Notes I found helpful setting up my Python environments.
Run from base
environment.
conda update conda=3.10
conda install python-n working310 python=3.10
conda create -n working312 python=3.12
conda create
conda activate ...
Package Installations
-r requirements.txt pip install
Possible requirements
asyncpraw
asyncprawcore
beautifulsoup4
bibtexparser
click-plugins
click
colorama
fastapi
Flask
ipython-autotime
ipython
Jinja2
jupyter
jupyter_server_ydoc
jupyterlab-pygments
jupyterlab
jupyterlab_server
jupytext
lxml
Markdown
matplotlib
nbconvert
nbsphinx
nltk
numpy
openai
openpyxl
pandas
Pillow
praw# primesieve
psutil
Pygments
pypandoc
requests
scipy
selenium
Sphinx-bootstrap-theme
sphinx-copybutton
sphinx-multitoc-numbering
sphinx-panels
sphinx-readable-theme
sphinx-rtd-dark-mode
sphinx-rtd-theme
sphinx-toggleprompt
sphinx-applehelp
sphinxcontrib-bibtex
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
sphinxcontrib-jquery
sphinxcontrib-jsmath
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
sphinxcontrib
sqlalchemy
swiglpk
tabulate
titlecase
twine
uvicorn# wordcloud
NodeJS
conda install nodejs
Editable Installs
pushd \s\telos\python\aggregate_project-e .
pip install
popd
etc.