Skip to content

Commit

Permalink
added quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed May 26, 2023
1 parent 2fc6119 commit 2bbd515
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ Welcome to Spacelang's documentation!
structure



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

First create a python file with the following code:

.. code:: python
File(load_text(open("example.yml"))).run(s.get_session("[YOUR TOKEN HERE]"))
Create ``example.yml`` in your working directory and it'll run if you run the python file!

0 comments on commit 2bbd515

Please sign in to comment.