Skip to content

1. Installation

RoboCoachian edited this page Nov 21, 2023 · 1 revision

There are two ways to install ROScribe:

  1. (Recommended for end-users) Install the PyPi package:
  • pip install roscribe
  1. (Recommended for developers) Clone the GitHub repository and install using pip:
  • git clone https://github.com/RoboCoachTechnologies/ROScribe.git
  • cd ROScribe
  • pip install -e .
Clone this wiki locally