Skip to content

TDMS file renderer #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2c45fe7
Merge tag '20.0.0' into develop
felliott Jul 1, 2020
a4da985
Merge tag '20.0.1' into develop
felliott Oct 21, 2020
d9967b3
Render TDMS Metadata
cbbcbail Mar 16, 2021
5fd1804
Adds full support for tdms rendering
cbbcbail Jun 8, 2021
4122b24
Revert "Adds full support for tdms rendering"
cbbcbail Jun 14, 2021
e4c5799
Revert "Render TDMS Metadata"
cbbcbail Jun 14, 2021
ee52e74
Revert "Revert "Render TDMS Metadata""
cbbcbail Jun 14, 2021
344473b
Revert "Revert "Adds full support for tdms rendering""
cbbcbail Jun 14, 2021
7ead1be
Create configuringDevEnv
cbb-lanl Jul 16, 2021
2e32131
Rename configuringDevEnv to configuringDevEnv.md
cbb-lanl Jul 16, 2021
d0ef3b2
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
a912874
Clean up markdown
cbb-lanl Jul 16, 2021
78dba59
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
0c24063
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
ff21f6b
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
c6041cd
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
94a4cb9
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
e39baca
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
902c516
Clean up markdown
cbb-lanl Jul 16, 2021
dff1f5c
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
85a6895
Update configuringDevEnv.md
cbb-lanl Jul 16, 2021
682b8a1
Merge branch 'hotfix/20.0.2' into develop
mfraezz Sep 30, 2021
ccc4a6c
convert travis ci to github actions
felliott Dec 9, 2021
fc20c5d
Merge branch 'feature/github-actions' into develop
felliott Dec 23, 2021
ee93322
Resolved merge conflict by incorporating both suggestions.
Apr 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update configuringDevEnv.md
  • Loading branch information
cbb-lanl authored Jul 16, 2021
commit 85a689540a64aace776d90d774de4a0c41b0aa1a
6 changes: 4 additions & 2 deletions configuringDevEnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ Instructions for MacOS Big Sur compiled from []**CONTRIBUTING.rst**](https://git
- ```$ brew install python3 r pspp unoconv pyenv```

- Add the following initialization lines to either the **~/.bashrc** or **~/.zprofile** files for either bash or zsh shells respectively:
**eval "$(pyenv init -)"**
**eval "$(pyenv virtualenv-init -)"**
```
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
```

- ```$ source ~/.[bashrc or zprofile]```
- ```$ pyenv virtualenv 3.6.4 mfr```
Expand Down