generated from BCDA-APS/bs_model_instrument
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6283b8b
commit 1f2f9ee
Showing
3 changed files
with
1,031 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ queueserver. | |
Clone the repository. | ||
|
||
```bash | ||
git clone [email protected]:BCDA-APS/bs_model_instrument.git | ||
cd bs_model_instrument | ||
git clone [email protected]:BCDA-APS/tomo-bits.git | ||
cd tomo-bits | ||
``` | ||
|
||
Set up the development environment. | ||
|
||
```bash | ||
export ENV_NAME=bs_model_env | ||
export ENV_NAME=tomo_bits | ||
conda create -y -n $ENV_NAME python=3.11 pyepics | ||
conda activate $ENV_NAME | ||
pip install -e ."[all]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.