Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rnanosaur/nanosaur_pkg
- Owner: rnanosaur
- License: mit
- Created: 2024-10-07T19:05:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:33:49.000Z (about 2 months ago)
- Last Synced: 2024-10-31T11:24:49.436Z (about 2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```