QagentS commited on
Commit
c96bbb3
1 Parent(s): f9252f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -49,7 +49,15 @@ The model is open source under apache 2.0. License
49
 
50
  ### Library use
51
  ```python
52
- pip install pip-parser
 
 
 
 
 
 
 
 
53
  ```
54
 
55
  ### Installation
 
49
 
50
  ### Library use
51
  ```python
52
+ pip3 install git+https://github.com/PipableAI/pip-library-parser
53
+ pip3 install atlassian-python-api
54
+ import torch
55
+ torch.set_default_device("cuda")
56
+ from pip_library_parser import generate_module_docs
57
+ from atlassian.jira import Jira
58
+
59
+ docs = generate_module_docs(Jira, "atlassian.jira.Jira")
60
+ print(docs)
61
  ```
62
 
63
  ### Installation