Skip to content

Commit 21c246d

Browse files
committed
Update README.md
1 parent 63b62f7 commit 21c246d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,15 @@ raw data efficiently.
102102
steps:
103103

104104
1. Download the package and setup the Python virtual environment.
105-
106105
```
107106
$ virtualenv machinename --system-site-packages
108107
$ cd machinename; source bin/activate
109108
$ git clone https://github.com/TACC/tacc_stats
110109
```
111-
112110
`tacc_stats` is a pure Python package. Dependencies should be automatically downloaded
113111
and installed when installed via `pip`. The package must first be configured however.
114-
115-
116112
2. The initialization file, `tacc_stats.ini`, controls all the configuration options and has
117113
the following content and descriptions
118-
119114
```
120115
## Basic configuration options - modify these
121116
# machine = unique name of machine/queue
@@ -142,7 +137,6 @@ archive_dir = %(data_dir)s/archive
142137
host_name_ext = %(machine)s.tacc.utexas.edu
143138
batch_system = SLURM
144139
```
145-
146140
Set these paths as needed. The raw stats data will be stored in the `archive_dir` and processed stats data in the `pickles_dir`. `machine` should match the system name used in the RabbitMQ server `QUEUE` field. This is the only field that needs to match
147141
anything in the `monitor` subpackage.
148142

0 commit comments

Comments
 (0)