Abstract¶
This chapter covers how to set up your environment.
Prerequisites¶
List the prerequisites here.
Installation Steps¶
pip install numpy matplotlibVerifying the Installation¶
import sys
print(f"Python version: {sys.version}")This chapter covers how to set up your environment.
List the prerequisites here.
pip install numpy matplotlibimport sys
print(f"Python version: {sys.version}")