Skip to content

Commit ea74a34

Browse files
2 parents e27dee0 + 73153d9 commit ea74a34

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,13 @@ PICA is now structured as a standard Python package. Follow these steps to insta
122122

123123
1. **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

128129
2. **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\Scripts\activate
136134

0 commit comments

Comments
 (0)