c-okelly / org_to_anki

Python3 module to convert Txt, Org or LibreOffice files into Anki decks
MIT License
64 stars 10 forks source link

Mention second installation method/ OSx --> macOS #29

Closed sandersantema closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   74.69%   74.69%           
=======================================
  Files          18       18           
  Lines        1055     1055           
=======================================
  Hits          788      788           
  Misses        267      267

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26aa3bf...678ee6a. Read the comment docs.

c-okelly commented 5 years ago

Looks good. I think long term I will need to package and distribute rather then having users manually install.

c-okelly commented 5 years ago

My only suggestion is to have it separated out into it's own lines like this:

If the org_to_anki command returns a module not found error try the following

pip3 install ./

instead of

python3 setup.py install