ncsv installer
This commit is contained in:
20
README.md
20
README.md
@@ -16,7 +16,21 @@ To see the help page of each tool, run the ./README script
|
||||
|
||||
## Installation
|
||||
|
||||
1. `hg clone https://bitbucket.org/MoonQ/tools`
|
||||
2. `. tools/rc`
|
||||
1. `mkdir -p ~/lib`
|
||||
2. `hg clone https://bitbucket.org/MoonQ/tools ~/lib/tools`
|
||||
3. `. $HOME/lib/tools/rc`
|
||||
|
||||
It is best to add the last line in your ~/.bashrc
|
||||
|
||||
## Dependencies
|
||||
|
||||
Many of the tools use common unix tools. Some extra tools are required. Here are
|
||||
the installation commands.
|
||||
|
||||
```
|
||||
sudo apt-get install sqlite3 python python-magic python-pip python-gtk2 sc \
|
||||
gnuplot wget vim rsync curl pv
|
||||
pip install --use csvkit
|
||||
|
||||
```
|
||||
|
||||
It is best to add the second line in your .bashrc
|
||||
|
||||
Reference in New Issue
Block a user