Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 865 Bytes

Misc.md

File metadata and controls

25 lines (13 loc) · 865 Bytes

Learn To Code Online By Clicking Here

Why A Misc File?

Cause there are some things that just don't need a file all to themselves.

And cause I can. ^_^

Pipenv

This is a dependency manager for python. While pip installs packages, Pipenv is a higher level tool that simplifies dependency management for common use cases.

Be sure to check out this doc for additional info for your specific system.

How To Install With pip

To do a user installation (and prevent breaking system wide packages) run:

pip install --user pipenv

How To Install With Anaconda

To do a user installation (and prevent breaking system wide packages) run:

conda install --user pipenv