-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use rmapi instead of rmapy for uploading files
- Loading branch information
1 parent
47fae18
commit e28e5f1
Showing
4 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,29 @@ This is a small tool to sync webdav files (only PDF) to the reMarkable cloud (on | |
Setup (dev) | ||
----------- | ||
|
||
1. Clone from Git | ||
1. Get rmapi (Go CLI application) | ||
|
||
see instructions at https://github.com/juruen/rmapi | ||
|
||
2. Clone from Git | ||
|
||
.. code-block:: | ||
git clone [email protected]:hansegucker/remarkdav.git | ||
2. Get poetry | ||
3. Get poetry | ||
|
||
See instructions at https://python-poetry.org/docs/#installation | ||
|
||
|
||
3. Install dependencies | ||
4. Install dependencies | ||
|
||
.. code-block:: | ||
$ cd remarkdav/ # Go to your cloned directory | ||
$ poetry install | ||
3. Run | ||
5. Run | ||
|
||
.. code-block:: | ||
|
@@ -32,13 +36,17 @@ See instructions at https://python-poetry.org/docs/#installation | |
Setup (production) | ||
------------------ | ||
|
||
1. Get it via poetry (use pip with Python 3) | ||
1. Get rmapi (Go CLI application) | ||
|
||
see instructions at https://github.com/juruen/rmapi | ||
|
||
2. Get it via poetry (use pip with Python 3) | ||
|
||
.. code-block:: | ||
$ sudo pip install -G remarkdav | ||
2. Run | ||
3. Run | ||
|
||
.. code-block:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "remarkdav" | ||
version = "1.0-beta3" | ||
version = "1.0-beta4" | ||
description = "A tool to sync webdav files (only PDF) to the reMarkable cloud" | ||
authors = ["Jonathan Weth <[email protected]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters