fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

Installation comment in README file is not working for 0.7.0a1 #93

Open sorenwacker opened 2 years ago

sorenwacker commented 2 years ago

I tried

python -m pip install dash-uploader --pre

But then

conda env export | grep uploader
>>> - dash-uploader==0.6.0

This works:

 pip install dash-uploader==0.7.0a1 --pre
sorenwacker commented 2 years ago

The uploader is working beautifully though. Good work!