Skip to content

Commit

Permalink
fix update link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 14, 2023
1 parent 3e01b6b commit 373618b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions larch/site_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ def update_larch(with_larix=True):
"pip upgrade larch"
target = 'xraylarch'
if with_larix:
target = 'xraylarch\[larix\]'
target = 'xraylarch[larix]'
check_call([sys.executable, '-m', 'pip', 'install', '--upgrade', target])



# set system-wide and local larch folders
# user_larchdir = get_homedir() + '.larch' (#unix)
# = get_homedir() + 'larch' (#win)
home_dir = get_homedir()

Expand Down

0 comments on commit 373618b

Please sign in to comment.