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: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,26 @@ Visual Python is an extension to Google Colab, so you must have Google Colab ope
95
95
96
96
**3) Activate Visual Python on Google Colab**
97
97
98
+
99
+
##Getting Started with Visual Python Desktop
100
+
###1. Introduction
101
+
Visual Python Desktop is an installer to create an isolated jupyter environment and enable to use Visual Python easily.
102
+
103
+
It simplifies the process of configuring an independent Python environment, installing essential packages, and setting up a Jupyter environment, allowing users to focus on data analysis using python.
104
+
105
+
###2. Requirements
106
+
- Operating System: Windows 10 or later (macOS and Linux support coming soon)
107
+
- Minimum 4GB RAM, recommended 8GB RAM or higher
108
+
- Minimum 10GB of disk space
109
+
110
+
###3. How to Install
111
+
1) Download the Visual Python Desktop installer.
112
+
-[Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)
113
+
114
+
2) Run the installer and follow the provided instructions for the installation process.
115
+
116
+
3) Use the shortcut created in Start menu or on Desktop to execute Jupyter Notebook (Visual Python), Jupyter Lab (Visual Python), and Visual Python Prompt according to your needs.
117
+
98
118
##Contributing
99
119
If you are interested in contributing to the Visual Python, please see[`CONTRIBUTING.md`](CONTRIBUTING.md). <br>
100
120
All skills from programmers, non-programmers, designers are welcomed.