Skip to content

Commit

Permalink
Update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKoornstra committed Oct 12, 2024
1 parent a988863 commit d3a2482
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ You can install VGSLify in several ways, depending on whether you want the stabl
pip install vgslify
2. **Install TensorFlow Backend**:
2. **Install TensorFlow or PyTorch Backend**:

VGSLify is a BYOB package, which means you will need to install a backend separately. If you want to use TensorFlow as the backend, you can install it with the following command:

.. code-block:: bash
pip install tensorflow
Or if you want to use PyTorch as the backend, you can install it with the following command:

.. code-block:: bash
pip install torch
3. **Install the Development Version from Source**:

If you want to work with the development version or modify VGSLify, you can install it directly from the source repository. Follow these steps:
Expand Down

0 comments on commit d3a2482

Please sign in to comment.