Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alopalao committed Mar 28, 2024
1 parent 4f41790 commit 0d9e0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ To install this NApp, first, make sure to have the same venv activated as you ha
$ git clone https://github.com/kytos-ng/of_lldp.git
$ cd of_lldp
$ python setup.py develop
$ python3 -m pip install --editable .
To install the kytos environment, please follow our
`development environment setup <https://github.com/kytos-ng/documentation/blob/master/tutorials/napps/development_environment_setup.rst>`_.

Requirements
============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def read_requirements(path="requirements/run.txt"):
author='Kytos Team',
author_email='[email protected]',
license='MIT',
install_requires=read_requirements() + ['setuptools >= 36.0.1'],
install_requires=read_requirements() + ['importlib_metadata'],
packages=[],
cmdclass={
'clean': Cleaner,
Expand Down

0 comments on commit 0d9e0aa

Please sign in to comment.