Skip to content

Commit

Permalink
remove md syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed May 30, 2024
1 parent f27bccc commit 883a570
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ Either way, you will likely want to first create a virtual environment to instal
conda create -n arlbench python=3.10
conda activate arlbench
### 1. Using PyPI
1. Using PyPI
-------------

This is the simplest way to install ARLBench. Just run the following command:

.. code-block:: bash
pip install arlbench
### 2. Downloading from GitHub
2. Downloading from GitHub
--------------------------

This is the best way to install the latest version of ARLBench. First, clone the repository:

Expand Down

0 comments on commit 883a570

Please sign in to comment.