You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,4 @@
2
2
3
3
Use these tools to collect, process, and submit Software Accounting data to SAMS.
4
4
5
-
6
-
## Installation
7
-
8
-
Software Accounting can be installed with pip as long as you already have Python installed. Preferably use a virtual Python environment and run
9
-
10
-
```
11
-
pip install softwareaccounting
12
-
```
13
-
14
-
to install the basic feature set, or run
15
-
16
-
```
17
-
pip install 'softwareaccounting[post-receiver]'
18
-
```
19
-
20
-
if you also need the optional post-receiver.
21
-
22
-
For configuration options see the docs folder, especially the [example configurations](docs/example_configuration) subdirectory.
5
+
For instructions on how to install and configure Software Accounting, see our [documentation](https://hpc2n.github.io/softwareaccounting/) available online.
0 commit comments