-
$ # Create the Python Virtual Environment $ python3.9 -m venv .venv $ # Activate the Virtual Environment $ source .venv/bin/activate $ # Update/Upgrade Pip, Setuptools, & Wheel $ python -m pip install --upgrade pip setuptools wheel $ # Installing Math dependencies $ python -m pip install autopep8 pylint pytz python-dateutil numpy sqlalchemy scipy sympy xlsxwriter matplotlib pymysql pandas ipykernel jupyter $ # Make the virtual environement IPython Kernel available to Jupyter $ python -m ipkernel install --user --name=.venv $ # Document your Python libriary installations $ python -m pip freeze > requirements.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
johnebehr/mike_x_cohen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Udemy Math Stuff With Mike X. Cohen
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published