TaskWeaver icon indicating copy to clipboard operation
TaskWeaver copied to clipboard

Install TaskWeaver by pip

Open wolvever opened this issue 11 months ago • 1 comments

Is your feature request related to a problem? Please describe. There is no pip package for TaskWeaver, so to use TaskWeaver as library, you have to pull the entire source code. Which is not easy to manage.

Describe the solution you'd like Provide pip package for TaskWeaver.

Describe alternatives you've considered Zip source code.

wolvever avatar Mar 12 '24 07:03 wolvever

You can clone the repo and use pip install -e localpath to install the project as library. Its basically the same thing but a little convenient

shivakharbanda avatar Mar 25 '24 18:03 shivakharbanda