-
Notifications
You must be signed in to change notification settings - Fork 41
Description
I setup a python environment with jupyter to install mloader. The thing is, after the 'pip install mloader' is completed, the command is simply not recognized. If I type 'mloader --version' it says 'NameError: name 'version' is not defined'.
%pip show mloader
Name: mloader
Version: 1.1.12
Summary: Command-line tool to download manga from mangaplus
Home-page: https://github.com/hurlenko/mloader
Author:
Author-email:
License: GPLv3
Location: [show the right directory]
Requires: Click, protobuf, requests
Required-by:
Note: you may need to restart the kernel to use updated packages.
running 'mloader' on a jupyter cell gives <module 'mloader' from 'c: \ ... \MangaPlus\.venv\Lib\site-packages\mloader\init.py'>, but none of the commands are recognized.
So, how do I actually use this thing?