hanntonkin / core

Python simulation and hardware library for learning and control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

core

Python simulation and hardware library for learning and control

macOS setup

Set up virtual environment

python3 -m venv .venv

Activate virtual environment

source .venv/bin/activate

Upgrade package installer for Python

pip install --upgrade pip

Install requirements

pip3 install -r requirements.txt

Create IPython kernel

python3 -m ipykernel install --user --name .venv --display-name "Virtual Environment"

About

Python simulation and hardware library for learning and control

License:MIT License


Languages

Language:Jupyter Notebook 93.8%Language:Python 6.2%