-
Notifications
You must be signed in to change notification settings - Fork 9
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
93861d5
commit 79f2f71
Showing
2 changed files
with
11 additions
and
3 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 |
---|---|---|
|
@@ -29,6 +29,8 @@ git clone [email protected]:yunshengtian/RobotAssembly.git | |
|
||
### 2. Python environment | ||
|
||
#### Step 1: | ||
|
||
``` | ||
conda env create -f environment.yml | ||
conda activate asap | ||
|
@@ -37,7 +39,15 @@ conda activate asap | |
or | ||
|
||
``` | ||
pip install numpy networkx matplotlib scipy pyglet rtree sortedcontainers scipy tqdm trimesh torch torch_geometric torch_sparse torch_scatter seaborn ikpy pyquaternion | ||
pip install numpy networkx matplotlib scipy pyglet rtree sortedcontainers scipy tqdm trimesh torch torch_geometric seaborn ikpy pyquaternion | ||
``` | ||
|
||
#### Step 2: | ||
|
||
Due to dependency issues, the libraries below must be installed after the above step is complete. | ||
|
||
``` | ||
pip install torch_sparse torch_scatter | ||
``` | ||
|
||
### 3. Python binding of simulation | ||
|
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