SecMeyo / WorkshopManager

CLI tool to install and update Steam Workshop mods
https://github.com/SecMeyo/WorkshopManager
30 stars 5 forks source link

install_dir role #3

Open RoyBellingan opened 1 year ago

RoyBellingan commented 1 year ago

From the docs python wm.py set install_dir # sets steam installation directory

But if I do that I get the error

Please set the game install path to something other than the Steam install folder

So I think the doc should be updated ? Or Maybe I have to set the actual game folder inside steam ?

SecMeyo commented 1 year ago

will have time to check on this after 2023-01-15

SecMeyo commented 1 year ago

cannot reproduce, here is what I did

git clone https://github.com/SecMeyo/WorkshopManager.git
cd WorkshopManager
pip install -r requirements.txt
pip install beautifulsoup4 --upgrade # needed for current versions of python
mkdir test_install
python wm.py set install_dir test_install # as stated in the readme
RoyBellingan commented 1 year ago

Ok, I understood, the steam install directory must be an empty one, not an already "active" steam install folder. sorry totally missed this point.

SecMeyo commented 1 year ago

I see the confusion about this. Will check on the necessity and adapt docs