All public logs

Jump to navigation Jump to search

Combined display of all available logs of Littledamien Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:50, 22 July 2023 Video8 talk contribs created page Installing Private Python Packages Hosted on GitHub (Created page with "== Overview == Use pip and virtual environments to install private python packages hosted on GitHub. == Workflow == === Installing packages === Add the package to either `requirements-to-install.txt` or `requirements.txt`: <syntaxhighlight lang="txt"> git+https://github.com/johnf1004/my_package.git </syntaxhighlight> Install with pip: <syntaxhighlight lang="bash"> $ pip install -r requirements-to-install.txt --upgrade </syntaxhighlight> At this point, validation...") Tag: wikieditor