kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

Problem with Installing Requirements on Windows 10 #116

Open photastic opened 3 years ago

photastic commented 3 years ago

I'm on Windows 10. When I follow the steps to install the requirements, I am stuck at the step

source bin/activate

I assume this is meant to be the command on a Linux system. Is there a way to install the requirements on a Windows 10 computer?

brmonaghan commented 2 years ago

You have to do cd scripts and then activate.

brmonaghan commented 2 years ago

cd scripts activate

foobarna commented 2 years ago

@photastic as you are on Windows, please note that the activation binary is under a different directory: Scripts\activate.bat as noted in the documentation, the invocation of the script is platform-specific.

Here is an How-To for Windows.

Dirk-- commented 2 years ago

yes, a windows-specific readme would be nice!