Skip to content

Commit

Permalink
[UPD] Update development installations instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Dec 11, 2023
1 parent afca4cc commit 9467891
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/_static/manuals.install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,22 @@ Create a virtual environment for instance on linux with virtualenv:

.. code-block:: bash
$ virtualenv -p python3 venv/bitcoinlib
$ source venv/bitcoinlib/bin/activate
$ virtualenv -p ~/.virtualenvs/bitcoinlib
$ source ~/.virtualenvs/bitcoinlib/bin/activate
Then clone the repository and install dependencies:

.. code-block:: bash
$ git clone https://github.com/1200wd/bitcoinlib.git
$ cd bitcoinlib
$ pip install -r requirements-dev.txt
$ python -m pip install .[dev]
You can test your local installation by running all unittests:

.. code-block:: bash
$ python -m unittest
Expand Down

0 comments on commit 9467891

Please sign in to comment.