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/install_beginner.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Installation for beginners
2
2
===========================
3
3
4
-
Welcome to Ioniq!
4
+
Welcome to Ionique!
5
5
------------------
6
6
7
7
This tutorial is designed for non-coding users. If you have used Python and GitHub before, please proceed with the ``README.md`` instructions.
@@ -44,7 +44,7 @@ Step 2: GitHub
44
44
45
45
First, you need to create an account by following the instructions on `GitHub <https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github>`_.
46
46
47
-
Now, open the repository link: `Ioniq Repository <https://github.com/wanunulab/ioniq>`_, click on the green **"Code"** button, and download the ZIP file. Unzip it.
47
+
Now, open the repository link: `Ionique Repository <https://github.com/wanunulab/ionique>`_, click on the green **"Code"** button, and download the ZIP file. Unzip it.
48
48
49
49
Move the folder to the desired location on your computer.
50
50
@@ -69,7 +69,7 @@ The most important command for this tutorial is **cd**, which stands for "change
69
69
70
70
cd directory_name
71
71
72
-
Find the **ioniq** folder and move inside it.
72
+
Find the **ionique** folder and move inside it.
73
73
74
74
Step 4: Virtual Environment
75
75
---------------------------
@@ -84,16 +84,16 @@ Run the following command:
84
84
85
85
.. code-block:: sh
86
86
87
-
python -m venv ioniq_env
87
+
python -m venv ionique_env
88
88
89
89
Then, activate it:
90
90
91
91
.. code-block:: sh
92
92
93
-
sourceioniq_env/bin/activate # Linux/MacOS
94
-
ioniq_env\Scripts\activate.bat # Windows
93
+
sourceionique_env/bin/activate # Linux/MacOS
94
+
ionique_env\Scripts\activate.bat # Windows
95
95
96
-
Now, install the Ioniq requirements:
96
+
Now, install the Ionique requirements:
97
97
98
98
.. code-block:: sh
99
99
@@ -135,6 +135,6 @@ Then, type:
135
135
136
136
to deactivate the virtual environment.
137
137
138
-
**Note:** Starting from **Step 5**, the procedure will be identical each time you want to run **Ioniq**.
138
+
**Note:** Starting from **Step 5**, the procedure will be identical each time you want to run **Ionique**.
0 commit comments