You don't need conda to use a virtual environnement, you only need python and pip.
All your dependancy should be in the folder .venv of your project that you can move with your projet to a new computer.
to create one use the command: python -m venv /path/to/new/virtual/environment
The docs is here: https://docs.python.org/3/library/venv.html