-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME-Docedited
More file actions
33 lines (22 loc) · 843 Bytes
/
Copy pathREADME-Docedited
File metadata and controls
33 lines (22 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Project Title
One Paragraph of project description goes here.
## Getting Started
These instructions will [do something] on your local machine for [development/experimentation/demo].
### Prerequisites
[Project] requires [software and version] to run, with [additional packages, libaries, or mods]. The commands below will [upgrade OS and install the prerequisites, or do something else]
```
sudo apt update
sudo apt upgrade
sudo apt install package1 package2
```
## Running
Once installed you can run the program with the following command
```
python cna_demo.py
```
Add any additional ways to run the program below
```
python cna_demo.py test.txt
```
## Thanks
Provide thank yous and attributions here. If someone helped you, you looked at another repository, or another article, provide it here.