mentheosis / anki-scanner-chinese-redux

adding text scanning features for chinese redux in anki
GNU General Public License v3.0
5 stars 5 forks source link

Generating chinese/lib dir #5

Closed danmedani closed 4 years ago

danmedani commented 4 years ago

The git repo didn't have the lib in there so the add on wasn't working... So now after cloning you can type:

make lib

and it will go fetch requirements and copy them down into the chinese/lib dir, and then after symlinking from the add-ons dir, things just work out.

Also added a requirements / requirements-to-freeze.txt pattern (stole this from https://gist.github.com/paulfurley/869df266ef36231014f434686202eb9f).

I'm wondering, since I've only tested this on mac: does this work for you?

danmedani commented 4 years ago

doesn't work on ubuntu... going to try again