Skip to content

Commit d2e74a0

Browse files
authored
Improved installation instructions for 34idc
1 parent d587443 commit d2e74a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ LauePy is a python-based code library that analyzes Laue diffraction patterns co
88
If you're using LauePy, there's a decent chance you're doing so at APS beamline 34-ID-C. In this case, all of the dependencies should already be installed on Sayre, and you just need to run the following commands for the initial setup:
99
```
1010
ssh -Y cxduser@sayre
11-
cd 34idc-work/2022/lauepy_dev
11+
cd 34idc-work/<year>/<experiment>
1212
conda activate lauepy
13+
mkdir lauepy
14+
git clone https://github.com/jacione/lauepy.git
1315
```
1416
Once this is done, you can (and should) skip the rest of this section.
1517

0 commit comments

Comments
 (0)