Skip to content

Commit 54b89a1

Browse files
committed
fix: code generation package
1 parent ba37c51 commit 54b89a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discoart/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def export_python(
248248
)
249249

250250
return f'''
251-
#!pip install docarray=={__version__}
251+
#!pip install {__package__}=={__version__}
252252
253253
from discoart import create
254254

0 commit comments

Comments
 (0)