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
Short description here using non-technical language that describes what your package does.
186
187
187
-
## How to install
188
+
## How to install pyosPackage
188
189
189
190
<todo - when i add more to the pyos package this can use that readme>
190
191
To install this package run:
191
192
192
-
`pip install packagename`
193
+
`pip install pyosPackage`
193
194
194
195
## OPTIONAL - if you have additional setup instructions add them here. if not, skip this section.
195
196
196
-
## Get started using packagename
197
+
## Get started using pyosPackage
197
198
198
199
Here add a quick code demo showing a user how to use the package after it is installed.
199
200
@@ -210,10 +211,9 @@ You can also add any links to tutorials in your documentation here.
210
211
211
212
Add information here about contributing to your package. Be sure to add links to your `CODE_OF_CONDUCT.md` file and your development guide. For now this section might be empty. You can go back and fill it in later.
212
213
213
-
## How to cite packagename
214
+
## How to cite pyosPackage
214
215
215
216
citation information here
216
-
````
217
217
218
218
## <i class="fa-solid fa-hands-bubbles"></i> Wrap up
0 commit comments