Installation#
You can install rbx with a single command, either using pip
or pipx
. Prefer using pipx
to have a better isolation between the dependencies. Read more about pipx
here.
Requirements#
- Python 3.9.1 or above (stable with Python 3.10).
- A C++ toolchain to compile testlib libraries (usually
g++
). - (Optional):
- Compilers/interpreters that you need to run your solutions on (e.g.
g++
,java
). - pdfLaTeX and other additional packages to convert TeX files into PDF (see https://www.latex-project.org/get/)
- Compilers/interpreters that you need to run your solutions on (e.g.
From PyPI#
From the repository#
Verify installation#
rbx --help# rbx help string should show up here
Proceed to the Configuration section.