Skip to content

Commit d164c9b

Browse files
📃 docs(Updateded README):
1 parent eb35a07 commit d164c9b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ The PICA suite includes modules for a range of standard electrical and thermal t
117117

118118
1. **Clone the Repository**
119119
```bash
120-
git clone [https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git](https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git)
120+
git clone https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation.git
121121
cd PICA-Python-Instrument-Control-and-Automation
122122
```
123123

124124
2. **Create a Virtual Environment**
125-
It is highly recommended to use a virtual environment to manage dependencies.
125+
Using a virtual environment is strongly recommended to avoid conflicts with other Python projects.
126126
```bash
127127
# Create the virtual environment
128128
python -m venv venv
@@ -143,22 +143,22 @@ The PICA suite includes modules for a range of standard electrical and thermal t
143143
4. **Launch the Application**
144144
Execute the main launcher script from the project's root directory.
145145
```bash
146-
python PICA_Launcher.py
146+
python PICA_Launcher_V5.py
147147
```
148148
149149
---
150150
151-
## Resources & Documentation
151+
## 📚 Resources & Documentation
152152
153153
#### Included Manuals
154154
A collection of official instrument manuals and software library documentation is provided within the `/_assets/Manuals/` directory. These documents serve as valuable technical references.
155155
156156
#### Instrument Interfacing Guide
157-
For a detailed technical guide on hardware setup, instrument configuration, and connection testing, please consult the **[Python Instrument Interfacing Guide](_assets/Manuals/README.md)**.
157+
For a detailed guide on hardware setup, instrument configuration, and connection testing, please consult the **Python Instrument Interfacing Guide**.
158158
159159
---
160160
161-
## Contributing
161+
## 🤝 Contributing
162162
Contributions are welcome! If you have suggestions for improvements or want to add a new instrument module, please feel free to:
163163
1. Fork the repository.
164164
2. Create a new branch (`git checkout -b feature/YourFeature`).
@@ -170,7 +170,7 @@ Please open an issue first to discuss any major changes you would like to make.
170170
171171
---
172172
173-
## Authors & Acknowledgments
173+
## 🧑‍🔬 Authors & Acknowledgments
174174
175175
<div align="center">
176176
<img src="_assets/LOGO/UGC_DAE_CSR.jpeg" alt="UGC DAE CSR Logo" width="150">

0 commit comments

Comments
 (0)