# autohome_server **Repository Path**: pensir/AutoHome_Pi ## Basic Information - **Project Name**: autohome_server - **Description**: 以树莓派作为控制中心,开发出有多种控制方式的智能家居系统 - **Primary Language**: Python - **License**: MIT - **Default Branch**: server - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-03-18 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #AutoHome_Pi This is a control plat of raspberry. This is a project of innovation. This is a example of socket in python. I will TRY MY BEST TO MAKE IT BETTER!!! ## Configure in Your Platform 1. install git and clone the project to your want path. + On Linux $ sudo apt-get install git + On Window Download git application and install. After install, config git. $ git clone git@git.oschina.net:pensir/AutoHome_Pi.git 2. Install [anaconda](https://www.continuum.io/downloads) or [miniconda](http://conda.pydata.org/miniconda.html). 3. create the running environment. $ cd project_path $ conda create env -f environment.yml Now you have create a virtual python environment.The name is "auto_home". Activate the virtual environment you create before. $ source activate auto_home $ python run_server.py Now the service is running in your compute. You can see the log output in console.