Skip to content

Commit

Permalink
Fix/update to FSRS Optimizer 4.12.0 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Aug 14, 2023
1 parent b7ba885 commit bfae7c5
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 337 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ There is a python package for the optimizer. This package has torch as a depende
Install the package with the command:

```
python -m pip install fsrs-optimizer
python -m pip install fsrs_optimizer
```

You should upgrade regularly to make sure you have the most recent version of FSRS-Optimizer:
You should upgrade regularly to make sure you have the most recent version of [FSRS-Optimizer](https://github.com/open-spaced-repetition/fsrs-optimizer):

```
python -m pip install fsrs-optimizer --upgrade
python -m pip install fsrs_optimizer --upgrade
```

#### Usage
Expand All @@ -165,19 +165,19 @@ Export your deck and cd into the folder to which you exported it.
Then you can run:

```
python -m fsrs-optimizer "package.(colpkg/apkg)"
python -m fsrs_optimizer "package.(colpkg/apkg)"
```

You can also list multiple files, e.g.:

```
python -m fsrs-optimizer "file1.akpg" "file2.apkg"
python -m fsrs_optimizer "file1.akpg" "file2.apkg"
```

Wildcards are supported:

```
python -m fsrs-optimizer *.apkg
python -m fsrs_optimizer *.apkg
```

There are certain options which are as follows:
Expand Down
710 changes: 379 additions & 331 deletions fsrs4anki_optimizer.ipynb

Large diffs are not rendered by default.

0 comments on commit bfae7c5

Please sign in to comment.