Skip to content

kimzemian/core

 
 

Repository files navigation

core

Python simulation and hardware library for learning and control

#Papers Implemnted in this Library:

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 80.0%
  • Python 18.6%
  • Wolfram Language 1.4%