Paket build olmadıysa
Py setup.py build
Sonrasında
Py setup.py install
hocam dosyayı bulduğunuz yerde dökümantasyon vardır. Bu şekilde ilerlemeniz çok zor.
evet hocam var ama orda build falan demiyor sadece instal diyor ve kullanımı söylüyor. şimdi build ve install yaptım.
dokümantasyon yazısı şu şekilde :
-------------- INSTALLATION --------------
easy_install
http://htmlmuncher.com/htmlmuncher.egg
OR:
download the source from
http://github.com/ccampbell/html-muncher
cd html-muncher python setup.py install
-------------- USAGE --------------
http://htmlmuncher.com/#usage
OR:
munch --help
-------------- EXAMPLES --------------
to update a bunch of stylesheets and views: munch --css demo/css --html demo/views
to update a single file with inline styles/javascript
: munch --html demo/single-file/view-with-inline-styles.html
you can also select specific files: munch --css file1.css,file2.css --html view1.html,view2.html
or you can mix and match files and directories munch --css /my/css/directory,global.css --html /view/directory1,/view/directory2,/view/directory3,template.html
yani anlattığı şeyler sadece kurulum ve kullanım, hangi programı açacağımı bile söylemiyor
açacağım dosya sanırım munch dosyası içinde munch diye bir dosya var o sanırım, ama açıncada
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:UsersPCAppDataRoamingnpmnode_modulesmunchbinmun ch'
←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}
Node.js v17.8.0
diyor