ElDavoo / wa-crypt-tools

Manage WhatsApp .crypt12, .crypt14 and .crypt15 files.
GNU General Public License v3.0
583 stars 78 forks source link

"source venv/bin/activate" dosnt work #27

Closed Conan179 closed 2 years ago

Conan179 commented 2 years ago

Hi, the point "source venv/bin/activate" on the manuel are not worikng on my win 10 21h2. The error massage is: PS C:\Users\Con\WhatsApp-Crypt14-Crypt15-Decrypter> source venv/bin/activate source : Die Benennung "source" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang. In Zeile:1 Zeichen:1

ElDavoo commented 2 years ago

Hi, that's normal. That command is for linux. In fact, the command that will work with you will be the third one, e.g. .\venv\Scripts\Activate.ps1 , as you are using PowerShell.

ElDavoo commented 2 years ago

The quickstart block has been made so you copy-paste the entire block.

Conan179 commented 2 years ago

oh im sorry, hadn't seen that it was for different systems.

ElDavoo commented 2 years ago

Don't worry, let me know if you have other problems or close this issue, thank you