Skip to content

IALab-net/iMower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create a virtualenv

With pew

(more informations https://github.com/berdario/pew )

  • Get pew if needed: sudo pip install pew
  • Change directory to an appropriate place: cd ~/MyProjects/
  • Initialize a virtualenv: pew mkproject --python python3 iMower
  • Upgrade pip: pip install --upgrade pip

The virtualenv is automatically activated, and you are moved in the iMower directory. Now, usage of python or pip use ones of the virtualenv instead of system's ones. To exit the virtualenv, use exit or ctrl-D. To re-activate the virtualenv, use pew workon iMower.

Get sources

  • Clone repository using your favorite method, in the current directory (.):
    • HTTPS: git clone https://github.com/IALab-net/iMower.git .
    • SSH: git clone [email protected]:IALab-net/iMower.git .

Initialize the virtualenv

  • Install dependancies: pip install -r requirements.txt

Usage

Launch

  • Launch with default parameters: python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.3%
  • JavaScript 38.2%
  • HTML 12.7%
  • Other 0.8%