Fix readme Pygments package not found
Change-Id: Ibb9dd3a73d8067c5cf50b51c598994b2d51d2682changes/99/609199/1
parent
16f95722ca
commit
60408a506e
16
README.rst
16
README.rst
|
@ -11,37 +11,22 @@ Quickstart
|
|||
----------
|
||||
Install the latest version of yaql:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip install yaql>=1.0.0
|
||||
..
|
||||
|
||||
Run yaql REPL:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
yaql
|
||||
..
|
||||
|
||||
Load a json file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
yaql> @load my_file.json
|
||||
..
|
||||
|
||||
Check it loaded to current context, i.e. `$`:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
yaql> $
|
||||
|
||||
..
|
||||
|
||||
Run some queries:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
yaql> $.customers
|
||||
...
|
||||
yaql> $.customers.orders
|
||||
|
@ -51,7 +36,6 @@ Run some queries:
|
|||
yaql> $.customers.groupBy($.sex)
|
||||
...
|
||||
yaql> $.customers.where($.orders.len() >= 1 or name = "John")
|
||||
..
|
||||
|
||||
Project Resources
|
||||
-----------------
|
||||
|
|
Loading…
Reference in New Issue