简体   繁体   中英

Poetry: how to run script during poetry install

I have to download some things for nltk and I add it into one script

import nltk


nltk.download('punkt')
nltk.download('wordnet')

So is it possible to run it during poetry install ?

Currently, Poetry does not officially support any post install script.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM