Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Oceano2python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
US191
Oceano2python
Commits
74a3982d
Commit
74a3982d
authored
5 years ago
by
jacques.grelet_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
add install for windows
parent
bc23fe58
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL_WINDOWS.md
+39
-0
39 additions, 0 deletions
INSTALL_WINDOWS.md
with
39 additions
and
0 deletions
INSTALL_WINDOWS.md
0 → 100644
+
39
−
0
View file @
74a3982d
# Windows installation
```
bash
>
python
-m
pip
install
--upgrade
pip
>
pip list
Package Version
----------
-------
pip 19.1
setuptools 40.8.0
>
pip list
--user
>
pip
install
pylint
>
pip
install
toml
>
pip
install
netCDF4
>
pip
install
matplotlib
>
pip
install
numpy
>
pip
install
seawater
>
pip
install
PyInstaller
>
pip
install
ConfigParser
```
Installing basemap on Windows from source could be tricky. A simple solution is to install the .whl binary from the URL:
https://www.lfd.uci.edu/~gohlke/pythonlibs/
file
`basemap-1.2.0-cp37-cp37m-win_amd64.whl`
```
bash
>
pip
install
basemap-1.2.0-cp37-cp37m-win_amd64.whl
```
Clone the latest version of PySimpleGUI
```
bash
>
git clone https://github.com/PySimpleGUI/PySimpleGUI.git
```
and add the path of PySimpleGUI directory to $PYTHONPATH env
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment