diff --git a/.gitignore b/.gitignore index e11ee6d..3f339ae 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ tmp/ *.py[cod] -*.egg +*.egg* build htmlcov __pycache__ diff --git a/README.md b/README.md index de357d6..e85f7d6 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ or anyone else advocating for their rights). no error then you already have it) - iwd (for starting ad-hoc network) - python3 +- python-setuptools (for building) - [python-dasbus][] - wifi adapter with ad-hoc support - two or more computers with wifi adapter, called nodes @@ -62,11 +63,13 @@ git clone https://git.disroot.org/pranav/naxalnet.git cd naxalnet ``` + Run `sudo make install` to install naxalnet. This will install naxalnet in `/usr/bin/naxalnet`. @@ -162,8 +165,8 @@ If you installed naxalnet manually, there is no way to uninstall than manually removing the files: ```sh -sudo rm -rf /usr/{bin,share}/naxalnet \ -/usr/lib/systemd/system/naxalnet.service +sudo pip uninstall naxalnet +sudo rm -rf /usr/share/naxalnet* /usr/lib/systemd/system/naxalnet.service ``` ## Similar projects