Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe Guillon
aidge
Commits
b002a229
Commit
b002a229
authored
1 year ago
by
Mickael GUIBERT
Committed by
Maxence Naud
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme for Windows installation
parent
7e346baa
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
README.md
+29
-0
29 additions, 0 deletions
README.md
with
29 additions
and
0 deletions
README.md
+
29
−
0
View file @
b002a229
...
@@ -80,7 +80,36 @@ Then to run a container, run
...
@@ -80,7 +80,36 @@ Then to run a container, run
```
```
docker run --name mycontainer -it aidge:myenv
docker run --name mycontainer -it aidge:myenv
```
```
#### Build on Windows
On your session,
1) Install Visual Studio Community. Get it from https://visualstudio.microsoft.com/fr/vs/community/)
2) Install MSVC
3) Install GIT (Source code control program). Get it from: https://git-scm.com/download)
4) Install CMake (Solution for managing the software build process). Get it from: https://cmake.org/download/
5) Install Python (Programming language). Get it from: https://www.python.org/download/
6) Install pip
7) Install VS Code. Get it from https://code.visualstudio.com/download => add following extensions (Python, CMake)
8) create and launch virtual environnement (venv)
```
python -m venv myenv
```
```
.\myenv\Scripts\activate
```
9) Place in aidge repository and execute
```
python.exe .\setup.py install
```
You can test your installation by running
```
bash
python
-c
"import aidge_core; import aidge_backend_cpu; print(aidge_core.Tensor.get_available_backends())"
```
You should have the following in your terminal:
```
{'cpu'}
```
## Contributing
## Contributing
If you would like to contribute to the Aidge project, we’re happy to have your help!
If you would like to contribute to the Aidge project, we’re happy to have your help!
...
...
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