Skip to content

Commit 91baf30

Browse files
committed
readme
1 parent d6197b3 commit 91baf30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ All the codes are written in an <b>intuitive manner</b> rather than efficient or
2828

2929
The notes were written in JupyterLab, the interative plot requires ```ipympl```. To install, type in ```conda install -c conda-forge ipympl``` if you have JupyterLab 3.x. Check <a href='https://github.com/matplotlib/ipympl'><code>ipympl</code>page</a> for more details.
3030

31+
## Environment Setup
32+
I use poetry to management environment, if you happen to use VS code like me, please follow the steps below:
33+
1. In Windows powershell and install poetry ``` (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -p```
34+
2. Navigate to ```cd $env:APPDATA\Python\Scripts```, check if poetry being installed.
35+
3. Open a notepad ```notepad $profile``` and set alias for poetry ```Set-Alias poetry "C:\Users\user\AppData\Roaming\Python\Scripts\poetry.exe"``` in notepad, I prefered this way, because sometimes setting env path not working in windows.
36+
4. Reload profile by ```. $profile```.
37+
5. If you are on your personal computer ```Set-ExecutionPolicy RemoteSigned -Scope CurrentUser``` to unstrict your execution policy and choose Y.
38+
6. Resume the default restricted policy for security ```Set-ExecutionPolicy Restricted -Scope CurrentUser```.
39+
7. Now check ```poetry --version```, if you see the version printed, good to go.
40+
8. You choose to use ```poetry update```, or just manage version at your own convenience.
41+
3142
## What to Expect from Notes
3243
These notes will equip you with most needed and basic knowledge for other subjects, such as Data Science, Econometrics, Mathematical Statistics, Financial Engineering, Control Theory and etc., which heavily rely on linear algebra. Please go through the tutorial patiently, you will certainly have a better grasp of the fundamental concepts of linear algebera. Then further step is to study the special matrices and their application with your domain knowledge.
3344

0 commit comments

Comments
 (0)