Skip to content

Commit c308300

Browse files
authored
Update README.md
1 parent c7449f6 commit c308300

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# PythonLIASampleServer
1+
# PythonAASxServer
22

33
## Dependencies
44

5-
This repository hosts the source code for RIC architecture,
5+
This repository hosts the source code for Python AASx Server,
66

77
:one: The code is written in Python 3.9 <br />
88
:two: All the Python dependencies are specified in the [requirements.txt](https://github.com/harishpakala/PythonAASxServer/blob/master/requirements.txt) <br />
99
:three: The LIA OVGU development uses eclipse editor, accordingly eclipse related project files are provided in the repository.
1010

11+
### Installing Dependencies
12+
<strong>pip3 install -r requirements.txt</strong> <br/>
13+
1114
## Configuration
1215
The source code is associated with a .env file, all the configuration variables are specified in it.
1316
<pre><code>
@@ -66,7 +69,7 @@ The table 2 provides list of rest services the Python AASx Serve rprovides, it a
6669
The python project maintains a logger, all the important aspects regarding its functionality are captured with logger. The entire log information is stored into .LOG files under the src &gt; main &gt; logs folder.
6770

6871
## Issues
69-
If you want to request new features or report bug [submit a new issue](https://github.com/admin-shell-io/python-aas-registry/issues/new)
72+
If you want to request new features or report bug [submit a new issue](https://github.com/harishpakala/PythonAASxServer/issues/new)
7073

7174
## License
7275

0 commit comments

Comments
 (0)