Git Product home page Git Product logo

rtool's Introduction

rtool安装

rtool是一套使用python3开发的资源处理框架,请在使用前配置python3环境

安装pip

  • 检查安装pip是否安装

    打开命令行工具, 执行 pip -V, 如果显示pip版本说明已经有pip, 直接执行后面的内容。

  • 安装pip

    • 这个地址下载get-pip.py
    • 执行 python get-pip.py
    • 添加环境变量:这个路径是pip可执行文件所在路径,一般在python的安装目录下,python\scripts

安装rtool库

  • 下载rtool
	git clone git-path-to-rtool/rtool.git
  • 安装rtool,切换到rtool目录, 执行
	pip install -e .

如果遇到Permission denied报错,一般是因为系统路径的读写权限问题,使用sudo执行 >> sudo pip install -e .

配置

  • 复制rtool目录下config.example.yaml为config.yaml

  • 配置以下内容:

	project_name: <项目名称>

	project_root: <项目库路径>

调用方式

直接在命令行任意位置执行 rtl

使用示例

  • 线下开发模式处理美术资源
	rtl task_dev

重装rtool步骤:

  • 卸载原有版本
	pip uninstall rtool
  • 重新安装,切换到rtool工具所在目录,执行,同样如果遇到权限问题,使用sudo执行
	pip install -e .

rtool's People

Stargazers

bihai avatar D.K. avatar 超级大蘑菇头 avatar  avatar halx99 avatar

Watchers

James Cloos avatar 李旭 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.