Silver icon indicating copy to clipboard operation
Silver copied to clipboard

can´t install it

Open Besix2 opened this issue 1 year ago • 1 comments

Hello, when I try to inststall it using git clone I get E: Unable to locate package https://github.com/s0md3v E: Couldn't find any package by glob 'https://github.com/s0md3v' E: Couldn't find any package by regex 'https://github.com/s0md3v' Thanks for your time

Besix2 avatar Aug 28 '22 14:08 Besix2

@Besix2 Use the following

git clone https://github.com/s0md3v/Silver.git
cd Silver
pip3 install -r requirements.txt

Hopefully this will solve your issue

meuzgebre avatar Sep 09 '22 14:09 meuzgebre