File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,15 +122,13 @@ PICA is now structured as a standard Python package. Follow these steps to insta
122122
1231231 . ** Clone the Repository**
124124 ``` bash
125- git clone https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git
125+ git clone [https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git)
126+ cd PICA-Python-Instrument-Control-and-Automation
126127 ```
127128
1281292. ** Create a Virtual Environment**
129130 ` ` ` bash
130- # First, navigate into the cloned repository
131- cd PICA-Python-Instrument-Control-and-Automation
132-
133- # Windows
131+ # Create the virtual environment
134132 python -m venv venv
135133 venv\S cripts\a ctivate
136134
You can’t perform that action at this time.
0 commit comments