These are tutorial files demonstrating how to use rx. To get started:
- Install rx, following the instructions in README.md.
- Clone this repo:
git clone https://github.com/run-rx/getting-started.git
- Initialize rx in this directory:
cd getting-started; rx init
.
Each tutorial file (NN-<description>.py
) has documentation at the top about
how to run it. The tutorials assume you have rx installed and initialized.
Please file an issue!