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
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
+
############
1
2
Installation
2
-
============
3
+
############
3
4
4
-
Installation Requirements
5
-
-------------------------
5
+
*************************
6
+
Installation requirements
7
+
*************************
6
8
7
9
- Your installed python version must be 3.9.0 ≤ version < 3.11.0
8
10
- You need to be a registered and certified user on `synapse.org <https://www.synapse.org/>`_
@@ -11,8 +13,9 @@ Installation Requirements
11
13
To create Google Sheets files from Schematic, please follow our credential policy for Google credentials. You can find a detailed tutorial `Google Credentials Guide <https://scribehow.com/shared/Get_Credentials_for_Google_Drive_and_Google_Sheets_APIs_to_use_with_schematicpy__yqfcJz_rQVeyTcg0KQCINA>`_.
12
14
If you're using ``config.yml``, make sure to specify the path to ``schematic_service_account_creds.json`` (see the ``google_sheets > service_account_creds`` section for more information).
13
15
16
+
*****************************
14
17
Installation Guide For: Users
15
-
-----------------------------
18
+
*****************************
16
19
17
20
The instructions below assume you have already installed `python <https://www.python.org/downloads/>`_, with the release version meeting the constraints set in the `Installation Requirements`_ section, and do not have a Python environment already active.
18
21
@@ -151,8 +154,9 @@ The ``.synapseConfig`` is used to log into Synapse if you are not using an envir
151
154
152
155
In this repository there is a ``config_example.yml`` file with default configurations to various components that are required before running ``schematic``, such as the Synapse ID of the main file view containing all your project assets, the
153
156
157
+
**********************************
154
158
Installation Guide For: Developers
155
-
----------------------------------
159
+
**********************************
156
160
157
161
.. note::
158
162
This section is for people developing on Schematic only
0 commit comments