VFormer can be installed from the GitHub repo.
Clone the public repository:
$ git clone https://github.com/SforAiDl/vformer.git
and then run the following command to install VFormer:
$ python setup.py install
To install VFormer, run this command in your terminal:
$ pip install vformer
Note that VFormer is an active project and routinely publishes new releases. In order to upgrade VFormer to the latest version, use pip as follows:
$ pip install -U vformer