I can use python3 -m venv virtualenv
to make a sandbox, but have no idea about how to install pysvn
in it, because it can't be installed by pip.
How can I do it?
I can use python3 -m venv virtualenv
to make a sandbox, but have no idea about how to install pysvn
in it, because it can't be installed by pip.
How can I do it?