conda create -n decomp python=3.8 pip install -r requirements.txt promptid=p1 python -m decomp.inference.configurable_inference \ --input datasets/letter_cat/n5_eg100 ...
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. Please take a look at our documentation ...