mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-01-22 14:41:40 +00:00
Change extra requires to filter on platform
Also created one extra `nativeLib` to replace the orignal two. Will remove the others after a couple releases.
This commit is contained in:
@@ -22,10 +22,14 @@ issues and fixes would be most appreciated.
|
||||
Installation
|
||||
------------
|
||||
|
||||
You can download it with pip::
|
||||
You can download it with pip:
|
||||
|
||||
python -m pip install -U send2trash
|
||||
|
||||
To install with pywin32 or pyobjc required specify the extra `nativeLib`:
|
||||
|
||||
python -m pip install -U send2trash[nativeLib]
|
||||
|
||||
or you can download the source from http://github.com/arsenetar/send2trash and install it with::
|
||||
|
||||
>>> python setup.py install
|
||||
|
||||
Reference in New Issue
Block a user