Skip to content

Commit

Permalink
Merge pull request #100 from mmakaay/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Aug 23, 2024
2 parents 87f9483 + 7da4e79 commit 9dcc9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ initialize a folder for us,
$ cd test-field
$ pyenv local 3.12
$ pip install pipenv
$ pipenv install pysnmp-lextudio
$ pipenv install pysnmp
$ pipenv run pip list
Here we created a virtual environment using ``pipenv`` for this folder, and
installed ``pysnmp-lextudio`` so that you can move on with the following
installed ``pysnmp`` so that you can move on with the following
sections.

The final command should print out the dependencies and you should be able to
see ``pysnmp-lextudio`` version 5.0+ there.
see ``pysnmp`` version 5.0+ there.

.. note::

Expand Down

0 comments on commit 9dcc9e1

Please sign in to comment.