-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
401a086
commit 39ae58a
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,20 +18,18 @@ You just need python 3.x! and setuptools running on any OS. | |
##### Ubuntu | ||
|
||
sudo apt-get update | ||
sudo apt-get install python3 python3-setuptools python3-numpy python3-matplotlib | ||
sudo apt-get install python3 python3-pip python3-setuptools python3-numpy python3-matplotlib | ||
|
||
### Installation | ||
|
||
git clone [email protected]:Farzin-Negahbani/Namira_LogAnalyzer.git | ||
cd Namira_LogAnalyzer | ||
Then you can do one of the following methods: | ||
#### Method 1 | ||
|
||
python3 ./setup.py install | ||
|
||
#### Method 2 | ||
|
||
pip install . | ||
|
||
### Uninstall | ||
|
||
pip uninstall loganalyzer | ||
|
||
## Capabilities of this analyzer | ||
|