Skip to content

giovanni-angeli/alhazen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alhazen

(see: [https://en.wikipedia.org/wiki/Ibn_al-Haytham] to know where the name of the project is from)

TAGS: tornado asyncio websocket

  1. create a virtualenv
$ export VIRTENV_ROOT=desired-virtenv_root-path
$ mkdir ${VIRTENV_ROOT}
$ virtualenv -p /usr/bin/python3 ${VIRTENV_ROOT}
  1. clone this project in ${PROJECT_ROOT}
$ git clone [email protected]:giovanni-angeli/alhazen.git
  1. build Install in edit mode:
$ . ${VIRTENV_ROOT}/bin/activate
$ cd ${PROJECT_ROOT}               
$ pip install -e ./
  1. Run:
$ . ${VIRTENV_ROOT}/bin/activate ; alhazen

Screenshot#