Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 775 Bytes

installation.rst

File metadata and controls

42 lines (22 loc) · 775 Bytes

Installation

From source (recommended)

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

Stable release

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