rachmadaniHaryono / we-get

:icecream: Command-line tool for searching torrents.
MIT License
153 stars 26 forks source link

add new readme #38

Closed redhat8man closed 2 years ago

redhat8man commented 2 years ago

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production [link]()
other_pr_master [link]()

Todos

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune
git checkout <feature_branch>
bundle; script/server

Impacted Areas in Application

List general components of the application that this PR will affect:

rachmadaniHaryono commented 2 years ago

i don't recommend it

https://stackoverflow.com/questions/43747034/python-setup-py-install-without-sudo

the doc meant for basic program installation

if you need user privilege to install, better use --user flag or install on virtualenv using pipx or other tools