Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Installation

Abstract

This chapter covers how to set up your environment.

Prerequisites

List the prerequisites here.

Installation Steps

pip install numpy matplotlib

Verifying the Installation

import sys
print(f"Python version: {sys.version}")