Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Add python3-pip dependency #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ To install latest `onedrived` from source with `pip3`, run the command below.
Notes:

1. `git` must be installed on the system.
2. To install onedrived system-wide (that is, make onedrived program available
2. `python3-pip` must be installed on the system.
3. To install onedrived system-wide (that is, make onedrived program available
to all users in the OS), remove argument `--user` from the command).

```bash
Expand Down