Skip to content

kevinmcaleer/xgo_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

XGO Python development

My dabblings with the XGO robotic dog.

This code uses the xgo_python library


Create the Virtual Environment

To setup the virtual environment, from the terminal type:

python3 -m venv venv

Activate the Virtual Environment

Then activate the Virtual Environment:

source venv/bin/activate

Install the xgo_python library

To install the xgo_python library type:

pip install xgo_python

Deactivate the Virtual Environment

Then deactivate the Virtual Environment:

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages