Krzysztof Ostrowski

Results 1 comments of Krzysztof Ostrowski

Try this. Create a file `requirements.txt` with these contents: ``` -e git+https://github.com/acsicuib/YAFS@YAFS3#egg=yafs ; python_version >= "3.9.7" ``` Then run `pip install -r requirements.txt` which will download YAFS. Note that it...