项目作者: xgqt

项目描述 :
GNU Stow rewrite in Python (mirror)
高级语言: Python
项目地址: git://github.com/xgqt/pystow.git
创建时间: 2020-08-25T02:42:33Z
项目社区:https://github.com/xgqt/pystow

开源协议:GNU General Public License v3.0

下载


PYStow

GNU Stow rewritten in python

Dependencies

Buildtime

  • git (vcs)
  • pip
  • make (for user)

Runtime

  • python3.6 or higher

Installation

Git

As user:

  1. git clone --recursive --verbose https://gitlab.com/xgqt/pystow
  2. cd pystow
  3. make install

Gentoo

As root:

  1. emerge --autounmask --noreplace --oneshot app-eselect/eselect-repository
  2. eselect repository add myov git https://gitlab.com/xgqt/myov
  3. emaint sync -r myov
  4. emerge --autounmask --noreplace --verbose app-admin/pystow