Code Monkey home page Code Monkey logo

wukong-robot-install-script's Introduction

wukong-robot-install-script

wukong-robot 项目的一键安装脚本

用法:

sudo wget http://wukong-install.oss-cn-hangzhou.aliyuncs.com/install.sh && sudo chmod 777 install.sh &&./install.sh

整体说明:

  1. 目前本项目只能用于MacOS/Linux/树莓派(Raspbian)系统的一键安装(仅在mac、Ubuntu16.04和树莓派(Raspbian)下测试通过
  2. 安装目录位于 ~/wukong-robot/
  3. 默认使用阿里云的源进行安装,如有问题请切换到github源进行安装
  4. 运行后如果出现No module named 'xxx’ 可能是有pip3的网络原因引起的,请切换到 ~/wukong-robot/ 目录后执行以下命令:
sudo pip3 install -r requirements.txt 

如果是win10子系统,请执行以下命令:

sudo pip3 install --upgrade --ignore-installed -r requirements.txt
  1. 如遇到bug,请提Issues

说明 for raspberrypi:

  1. 树莓派使用前请先换源,如果不知道怎么换源请执行以下命令:
sudo wget http://wukong-install.oss-cn-hangzhou.aliyuncs.com/changeSource.sh && sudo chmod 777 changeSource.sh &&./changeSource.sh

对换源脚本进行了更新,使其支持最新版系统。开始会有个弹框,选No即可。

  1. 增加选择录音和播放设备功能,如需使用请执行以下命令(Respeaker用户请不要使用此脚本):
sudo wget http://wukong-install.oss-cn-hangzhou.aliyuncs.com/choiceDevice.py && sudo python3 choiceDevice.py

说明 for WSL(win10的Ubuntu子系统):

  1. win10子系统使用前需要在win10上开启pulseaudio-server
    下载解压 pulseaudio.zip 并在CMD里运行bin目录下的 pulseaudio.exe
  2. 在子系统里(ubuntu)运行以下命令:
sudo wget http://wukong-install.oss-cn-hangzhou.aliyuncs.com/install.sh && sudo chmod 777 install.sh &&./install.sh

wukong-robot-install-script's People

Contributors

musistudio avatar qingyangf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.