Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Install pip packages with dotbot

License

NotificationsYou must be signed in to change notification settings

sobolevn/dotbot-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installpip packages withdotbot. Also supportspipsi andpipx.

Prerequirements

This plugin requiresdotbot to be installed.

How does it work

This plugin installs specifiedrequirements file with the givenbinary.

Installation

  1. Run:
git submodule add https://github.com/sobolevn/dotbot-pip.git
  1. Modify your./install with new plugin directory:
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d"${BASEDIR}" --plugin-dir dotbot-pip -c"${CONFIG}""${@}"
  1. Add required options to yourinstall.conf.yaml:
-pip:file:requirements.txtbinary:/usr/local/bin/pip3user:true# Like --userstdout:false# Print the execution stdoutstderr:true# Print the execution stderr# Also supports pipsi and pipx, make sure they appear after `pip`!-pipsi:file:requirements-pipsi.txtstdout:false# Print the execution stdoutstderr:true# Print the execution stderr-pipx:file:requirements-pipx.txtstdout:falsestderr:true

That's it!

License

MIT. SeeLICENSE for more details.


[8]ページ先頭

©2009-2025 Movatter.jp