How to install

Radio gyms is built on Python with a support for rendering in a notebook.

Requirements

  • Python 3.8+

Install by PIP

pip install radio-gyms

Install from Source Code

git clone https://github.com/intelek-ai/radio-gyms
cd radio-gyms
pip install .
cd ..
rm -r radio-gyms

Import Radio Gyms

After the installatin, Radio Gyms can be called directly by import radio_gyms.

import radio_gyms