From 60061270b68b6e84a951ced26f89cb46fc51b573 Mon Sep 17 00:00:00 2001 From: Zloooy Date: Fri, 1 Feb 2019 20:04:31 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6797c9b..c3b0f01 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ What is it? ------------ According to [Wikipedia](https://en.wikipedia.org/wiki/Network_enumeration#Software), network scanner is a computer program used to retrieve usernames and info on groups, shares, and services of networked computers. -This project is based on ideas of scanner [NESCA](https://github.com/pantyusha/nesca) - it is simple scanner for everyone with GUI. The project is not just another fork of nesca - it is analogue built from scratch using Python language. Another difference from original is modularity of code - PySca has ability to get scan results from wherever you want and put wherever you can with the same user interface. +This project is based on ideas of scanner [NESCA](https://github.com/pantyusha/nesca) - it is simple scanner for everyone. PySca includes GUI-interface. The project is not just another fork of nesca - it is analogue built from scratch using Python language. Another difference from original is modularity of code - PySca has ability to get scan results from wherever you want and put wherever you can with the same user interface. INSTALLATION ------------ @@ -12,7 +12,7 @@ Just run ```bash git clone http://github.com/ChronosX88/PySca.git cd PySca -pip install -r requirments.txt +pip install -r requirements.txt ``` RUN