We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e8a5 commit aae7f88Copy full SHA for aae7f88
README.rst
@@ -129,21 +129,11 @@ osquery process for consecutive or long running client instances.
129
Install
130
-------
131
132
-This module is currently in "beta mode". We're testing the API and UX before
133
-uploading the module to PyPI.
134
-
135
-To install, clone this repo and run the following:
136
137
-.. code-block:: none
138
139
- python setup.py build
140
- python setup.py install
141
142
-Alternatively, if you don't want to clone the repo, you can simply:
+To install, run the following:
143
144
.. code-block:: none
145
146
- pip install git+git://github.com/osquery/osquery-python.git
+ pip install osquery
147
148
Development
149
-----------
0 commit comments