developer-experience 0.1.1

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

developerexperience 0.1.1

A knowledge base of things that make the Python developer experience pythonic.

Dependencies
Integrate pyenv with pipenv to install the Pipfile pinned version of Python
or use miniconda to install the pinned version of Python then activate the
conda environment before running pipenv install so that pipenv finds the correct
version of Python. Alternatively, use Poetry for managing both dependencies and
environments.
conda create python=3.8 --name pydx
conda activate pydx
pip install -r requirements/assumed.txt
pipenv install --dev -r requirements/development.txt
pipenv shell

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.