Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnanosaur/nanosaur_pkg

nanosaur script is your manager to control, update your robot or your desktop to work with nanosaur.
https://github.com/rnanosaur/nanosaur_pkg

Last synced: about 1 month ago
JSON representation

nanosaur script is your manager to control, update your robot or your desktop to work with nanosaur.

Awesome Lists containing this project

README

        

# Nanosaur pkg

This python package install, manage and control your nanosaur robot.

## Develop

Install this package in develop mode

```console
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
```

Test this package

```console
nanosaur info
```