rexzhang / asgi-webdav

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.
https://rexzhang.github.io/asgi-webdav/
MIT License
75 stars 14 forks source link

There is no dist folder? #3

Closed changfeng98 closed 3 years ago

changfeng98 commented 3 years ago

When I install it , there is a error: ERROR: Could not install packages due to an EnvironmentError: [Errno 2] 没有那个文件或目录: '/home/ubuntu/Desktop/asgi-webdav/dist/ASGI_WebDAV-0.7.0-py2.py3-none-any.whl'. So do you forget to upload the file or folder???

rexzhang commented 3 years ago

抱歉这个地方代码写死了,当前版本是 0.9.1 ,请执行

pip install dist/ASGI_WebDAV-0.9.1-py2.py3-none-any.whl
rexzhang commented 3 years ago

Fixed